-
Notifications
You must be signed in to change notification settings - Fork 99
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
レスポンスヘッダ X-Content-Type-Options が出力されていない。 #48
Labels
Milestone
Comments
対応しましょう |
htaccessでは対応不十分と思われるのでreopenします |
nanasess
added a commit
to nanasess/ec-cube2
that referenced
this issue
May 31, 2019
- see also - EC-CUBE#48 - EC-CUBE#49 - EC-CUBE#206 - X-Frame-Options DENY の影響で phpinfo が表示されなかったのを修正
#275 で修正済み |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要
X-Content-Type-Options:nosniffが出力されておらず、
クロスサイトスクリプティング等の攻撃被害につながる危険性がある。
対応
レスポンスヘッダ X-Content-Type-Options:nosniff を出力する。
The text was updated successfully, but these errors were encountered: