Skip to content

Commit

Permalink
[Fixes #7813] X_FRAME_OPTIONS="ALLOW-FROM ALL" is not valid
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Jul 16, 2021
1 parent 6983533 commit 1e3ce5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Expand Up @@ -127,7 +127,7 @@ DEFAULT_FROM_EMAIL='GeoNode <no-reply@geonode.org>'
# Session/Access Control
LOCKDOWN_GEONODE=False
CORS_ORIGIN_ALLOW_ALL=True
X_FRAME_OPTIONS="ALLOW-FROM ALL"
X_FRAME_OPTIONS="SAMEORIGIN"
SESSION_EXPIRED_CONTROL_ENABLED=True
DEFAULT_ANONYMOUS_VIEW_PERMISSION=True
DEFAULT_ANONYMOUS_DOWNLOAD_PERMISSION=True
Expand Down
2 changes: 1 addition & 1 deletion .override_dev_env.sample
Expand Up @@ -47,7 +47,7 @@ export DEFAULT_FROM_EMAIL="GeoNode <no-reply@geonode.org>"

export LOCKDOWN_GEONODE=False
export CORS_ORIGIN_ALLOW_ALL=True
export X_FRAME_OPTIONS=ALLOW-FROM ALL
export X_FRAME_OPTIONS=SAMEORIGIN
export SESSION_EXPIRED_CONTROL_ENABLED=True
export DEFAULT_ANONYMOUS_VIEW_PERMISSION=True
export DEFAULT_ANONYMOUS_DOWNLOAD_PERMISSION=True
Expand Down

0 comments on commit 1e3ce5d

Please sign in to comment.