Mark of the Web
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Web }} The '''Mark of the Web''' is a specially-formatted comment that can be added to a copy of an HTML document, to record th...") |
|||
Line 4: | Line 4: | ||
}} | }} | ||
The '''Mark of the Web''' is a specially-formatted comment that can be added to a copy of an [[HTML]] document, to record the location of the original. The idea is that web browsers can use it as a hint that the document should be handled in a more restrictive security mode than its location might otherwise suggest. | The '''Mark of the Web''' is a specially-formatted comment that can be added to a copy of an [[HTML]] document, to record the location of the original. The idea is that web browsers can use it as a hint that the document should be handled in a more restrictive security mode than its location might otherwise suggest. | ||
+ | |||
+ | == Identification == | ||
+ | A Mark of the Web comment begins with "<code><!-- saved from url=</code>", and must appear in the first 2048 bytes of the document. | ||
== Links == | == Links == |
Revision as of 23:18, 30 October 2013
The Mark of the Web is a specially-formatted comment that can be added to a copy of an HTML document, to record the location of the original. The idea is that web browsers can use it as a hint that the document should be handled in a more restrictive security mode than its location might otherwise suggest.
Identification
A Mark of the Web comment begins with "<!-- saved from url=
", and must appear in the first 2048 bytes of the document.