refactor: Removes the deprecated ENABLE_EXPLORE_JSON_CSRF_PROTECTION feature flag (#26344)

This commit is contained in:
Michael S. Molina
2024-01-18 10:29:51 -03:00
committed by GitHub
parent b06ab7d8e3
commit cf20b3439c
6 changed files with 21 additions and 17 deletions

View File

@@ -358,7 +358,6 @@ You can enable or disable features with flag from `superset_config.py`:
```python
FEATURE_FLAGS = {
'ENABLE_EXPLORE_JSON_CSRF_PROTECTION': False,
'PRESTO_EXPAND_DATA': False,
}
```