Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation regarding X-Frame-Options values #37703

Merged
merged 1 commit into from Nov 19, 2019

Conversation

peritpatrio
Copy link
Contributor

Summary

There are two possible directives for X-Frame-Options:

X-Frame-Options: deny
X-Frame-Options: sameorigin

ALLOWALL is not a valid value and using it can sometimes be interpreted as DENY.

Other Information

This documentation has been this way (at least) since Rails 4.0 and should be fixed for all versions.

There are two possible directives for X-Frame-Options:

X-Frame-Options: deny
X-Frame-Options: sameorigin

ALLOWALL is not a valid value and using it can sometimes be interpreted as DENY.
@rails-bot rails-bot bot added the docs label Nov 13, 2019
@vipulnsward vipulnsward merged commit 2da4689 into rails:master Nov 19, 2019
@vipulnsward
Copy link
Member

vipulnsward commented Nov 19, 2019

Thanks! Please include [ci skip] in commit message in future for doc only changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants