Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4015)

Unified Diff: chrome/common/extensions/docs/templates/articles/hosting.html

Issue 11145034: fix typo in nosniff header documentation (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/articles/hosting.html
===================================================================
--- chrome/common/extensions/docs/templates/articles/hosting.html (revision 162074)
+++ chrome/common/extensions/docs/templates/articles/hosting.html (working copy)
@@ -74,7 +74,7 @@
<p>
The most common reason for failing to recognize an installable file
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
is that the server sends an unknown content type&mdash;one
that isn't in the previous list.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698