tonysun83 commented on a change in pull request #582: Add X-Frame-Options
URL: https://github.com/apache/couchdb/pull/582#discussion_r123127240
 
 

 ##########
 File path: rel/overlay/etc/default.ini
 ##########
 @@ -187,6 +188,14 @@ credentials = false
 ; List of accepted methods
 ; methods =
 
+[x_frame_options]
+; Settings same-origin will return X-Frame-Options: SAMEORIGIN.
+; If same origin is set, it will ignore the hosts setting
+; same_origin = true
+; Settings hosts will return X-Frame-Options: ALLOW-FROM https://example.com/
+; List of hosts separated by a comma. * means accept all
+; hosts =
 
 Review comment:
   what are the consequences of having typos here besides the embedder not 
being able to put the site in frames and complaining to us?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to