Skip to content

Commit

Permalink
[Fixes #11821] rollback SKIP_PERMS_FILTER
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Jan 12, 2024
1 parent ee83ad3 commit 594c164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1286,6 +1286,8 @@
# The proxy to use when making cross origin requests.
PROXY_URL = os.environ.get("PROXY_URL", "/proxy/?url=")

# Avoid permissions prefiltering
SKIP_PERMS_FILTER = ast.literal_eval(os.getenv("SKIP_PERMS_FILTER", "False"))
# Available download formats
DOWNLOAD_FORMATS_METADATA = [
"Atom",
Expand Down

0 comments on commit 594c164

Please sign in to comment.