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

Web/HTTP/Headers/X-XSS-Protection を更新 #9019

Merged

Conversation

mfuji09
Copy link
Collaborator

@mfuji09 mfuji09 commented Oct 4, 2022

Description

Web/HTTP/Headers/X-XSS-Protection を更新

Motivation

Additional details

Related issues and pull requests

#7848 の対応の一部

@mfuji09 mfuji09 requested a review from a team as a code owner October 4, 2022 15:41
@mfuji09 mfuji09 requested review from kenji-yamasaki and removed request for a team October 4, 2022 15:41
@github-actions github-actions bot added the l10n-ja Issues related to Japanese content. label Oct 4, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Oct 4, 2022

@@ -41,17 +42,37 @@ X-XSS-Protection: 1; report=<reporting-uri>
- 0
- : XSS フィルタリングを無効化します。
- 1
- : XSS フィルタリングを有効化します (通常はブラウザーの既定値です)。クロスサイトスクリプティング攻撃を検知すると、ブラウザーはページをサニタイズします (安全でない部分を取り除きます)
- : XSS フィルタリングを有効化します通常はブラウザーの既定値です。クロスサイトスクリプティング攻撃を検知すると、ブラウザーはページをサニタイズします安全でない部分を取り除きます
- 1; mode=block
- : XSS フィルタリングを有効化します。攻撃を検知すると、ページをサニタイジングするよりも、ページのレンダリングを停止します。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mfuji09
IMHO:

今回の変更箇所ではありませんが「するよりも」より「するのではなく」のほうが自然かと思いました。確認お願いします 🙏

Suggested change
- : XSS フィルタリングを有効化します。攻撃を検知すると、ページをサニタイジングするよりも、ページのレンダリングを停止します。
- : XSS フィルタリングを有効化します。攻撃を検知すると、ページをサニタイジングするのではなく、ページのレンダリングを停止します。

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

変更箇所以外の部分(かつ、元の変更とは関係ない箇所)をPRのレビューとして変更しようとすると、もはやレビューの域を超えると思いますし、PRやコミットの修正の範囲も不明確になってしまいます。
改めて変更をプルリクエストされてはいかがでしょうか。

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mfuji09
ありがとうございます。レビューの方針了解しました。こちらのSuggestは無視していただいて大丈夫です 🙏

@mfuji09 mfuji09 merged commit 759eded into mdn:main Oct 11, 2022
@mfuji09 mfuji09 deleted the 20221005-Web/HTTP/Headers/X-XSS-Protection branch October 11, 2022 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ja Issues related to Japanese content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants