diff --git a/mimesniff.bs b/mimesniff.bs index 892953d..8dce0a1 100644 --- a/mimesniff.bs +++ b/mimesniff.bs @@ -14,6 +14,7 @@ Markup Shorthands: css off !Commits: GitHub whatwg/mimesniff/commits !Commits: [SNAPSHOT-LINK] !Commits: @mimesniff +Indent: 1 @@ -22,23 +23,20 @@ Markup Shorthands: css off
 {
-  "ASCII": {
-    "aliasOf": "RFC20"
-  },
-  "FTP": {
-    "aliasOf": "RFC959"
-  },
-  "HTTP": {
-    "aliasOf": "HTTP11"
-  },
-  "MIMETYPE": {
-    "aliasOf": "RFC2046"
-  },
-  "SECCONTSNIFF": {
-    "authors": ["Adam Barth", "Juan Caballero", "Dawn Song"],
-    "href": "http://www.adambarth.com/papers/2009/barth-caballero-song.pdf",
-    "title": "Secure Content Sniffing for Web Browsers, or How to Stop Papers from Reviewing Themselves"
-  }
+ "FTP": {
+  "aliasOf": "RFC959"
+ },
+ "HTTP": {
+  "aliasOf": "HTTP11"
+ },
+ "MIMETYPE": {
+  "aliasOf": "RFC2046"
+ },
+ "SECCONTSNIFF": {
+  "authors": ["Adam Barth", "Juan Caballero", "Dawn Song"],
+  "href": "https://www.adambarth.com/papers/2009/barth-caballero-song.pdf",
+  "title": "Secure Content Sniffing for Web Browsers, or How to Stop Papers from Reviewing Themselves"
+ }
 }
 
@@ -1078,8 +1076,8 @@ matches, if any, use the following image type pattern matching algorithm - - + + 00 00 01 00 @@ -1097,7 +1095,7 @@ matches, if any, use the following image type pattern matching algorithm + 00 00 02 00 @@ -1132,7 +1130,7 @@ matches, if any, use the following image type pattern matching algorithmBM", a BMP signature. - + 47 49 46 38 37 61 @@ -1150,7 +1148,7 @@ matches, if any, use the following image type pattern matching algorithmGIF87a", a GIF signature. - + 47 49 46 38 39 61 @@ -1188,7 +1186,7 @@ matches, if any, use the following image type pattern matching algorithmWEBPVP". - + 89 50 4E 47 0D 0A 1A 0A @@ -1207,7 +1205,7 @@ matches, if any, use the following image type pattern matching algorithmPNG" followed by CR LF SUB LF, the PNG signature. - + FF D8 FF @@ -1291,7 +1289,7 @@ algorithm: The string ".snd", the basic audio signature. - + 46 4F 52 4D 00 00 00 00 41 49 46 46 @@ -1347,7 +1345,7 @@ algorithm: signature. - + 4D 54 68 64 00 00 00 06 @@ -1491,9 +1489,9 @@ algorithm:

Signature for WebM

- - - + + +

To determine whether a byte sequence matches the signature @@ -1843,7 +1841,7 @@ matches, if any, use the following font type pattern matching algorithm - + 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 @@ -1864,8 +1862,8 @@ matches, if any, use the following font type pattern matching algorithmLP", the Embedded OpenType signature. - - + + 00 01 00 00 @@ -1884,8 +1882,8 @@ matches, if any, use the following font type pattern matching algorithm - + + 4F 54 54 4F @@ -1903,8 +1901,8 @@ matches, if any, use the following font type pattern matching algorithmOTTO", the OpenType signature. - - + + 74 74 63 66 @@ -1923,7 +1921,7 @@ matches, if any, use the following font type pattern matching algorithm + 77 4F 46 46 @@ -1989,7 +1987,7 @@ algorithm: - + @@ -3217,7 +3215,7 @@ type: Simon Pieters for their invaluable contributions. -

This standard is written by Gordon P. Hemsley +

This standard is written by Gordon P. Hemsley (me@gphemsley.org).

Per CC0, to