|
|
@@ -84,9 +84,6 @@
|
|
|
# Execute this script to produce the SSL password. This will be used when `ssl_password` is not set.
|
|
|
## ssl_password_script=
|
|
|
|
|
|
- # Django sets X-Frame-Options HTTP header to this value. Default is 'SAMEORIGIN'.
|
|
|
- ## django_x_frame_options=DENY
|
|
|
-
|
|
|
# List of allowed and disallowed ciphers in cipher list format.
|
|
|
# See http://www.openssl.org/docs/apps/ciphers.html for more information on
|
|
|
# cipher list format. This list is from
|
|
|
@@ -121,6 +118,9 @@
|
|
|
# The copyright message for the specified Leaflet maps Tile Layer
|
|
|
## leaflet_tile_layer_attribution='© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
|
|
|
|
|
+ # Django sets X-Frame-Options HTTP header to this value. Use 'DENY' to deny framing completely
|
|
|
+ ## django_x_frame_options=SAMEORIGIN
|
|
|
+
|
|
|
# Enable X-Forwarded-Host header if the load balancer requires it.
|
|
|
## use_x_forwarded_host=false
|
|
|
|