Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

セキュリティやプライバシーのポリシーを表示する

security コマンドで、ウェブサイトのセキュリティやプライバシーの設定情報を表示します。security のサブコマンドが 2 つあります:

Content Security Policy

security csp コマンドを使用して、カレントドメインの Content Security Policy に関する情報を参照できます。

コマンドを実行すると、ドメインで定義しているさまざまな CSP ルールを、安全性に関するヒントと合わせて表示するパネルが現れます。

CSP panel displayed when executing 'security csp' via the developer toolbar for pages not defining any CSP

ドメインで CSP を定義していない場合は、その旨を示すコメントを表示します。

CSP panel displayed when executing 'security csp' via the developer toolbar for pages not defining any CSP

Referrer Policy

Firefox 43 の新機能

security referrer コマンドを使用して、サイトの Referrer Policy を確認できます。

コマンドを実行すると、サイトはどの Referrer Policy ステート であるか、およびそのステートにあてはまる状況でどのような HTTP referer ヘッダを送信するかを説明するパネルを表示します。

以下のスクリーンショットでは、サイトで Origin Only ポリシーを使用しています。

サイトでポリシーを指定していない場合は、デフォルトポリシーである None When Downgrade を使用します:

ドキュメントのタグと貢献者

 このページの貢献者: SatoshiOhata, yyss
 最終更新者: SatoshiOhata,