Ver Fonte

Use default in the configuration. Move option out of SSL related options group

oxpa há 9 anos atrás
pai
commit
13e9df0
2 ficheiros alterados com 6 adições e 3 exclusões
  1. 3 3
      desktop/conf.dist/hue.ini
  2. 3 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 3 - 3
desktop/conf.dist/hue.ini

@@ -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='&copy; <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
 

+ 3 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -122,6 +122,9 @@
   # The copyright message for the specified Leaflet maps Tile Layer
   ## leaflet_tile_layer_attribution='&copy; <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