Commit 33be5e38 authored by vapier@chromium.org's avatar vapier@chromium.org

fix typo in nosniff header documentation

The option is "nosniff", not "no sniff".

Review URL: https://chromiumcodereview.appspot.com/11145034

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162457 0039d316-1c4b-4281-b951-d872f2087c98
parent 21067191
...@@ -74,7 +74,7 @@ if <b>either</b> of the following is true: ...@@ -74,7 +74,7 @@ if <b>either</b> of the following is true:
<p> <p>
The most common reason for failing to recognize an installable file The most common reason for failing to recognize an installable file
is that the server sends the header is that the server sends the header
<code>X-Content-Type-Options: no sniff</code>. <code>X-Content-Type-Options: nosniff</code>.
The second most common reason The second most common reason
is that the server sends an unknown content type&mdash;one is that the server sends an unknown content type&mdash;one
that isn't in the previous list. that isn't in the previous list.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment