]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt
[add] HTML Purifier added to clean code
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Core.AllowHostnameUnderscore.txt
diff --git a/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt b/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.AllowHostnameUnderscore.txt
new file mode 100644 (file)
index 0000000..405d36f
--- /dev/null
@@ -0,0 +1,16 @@
+Core.AllowHostnameUnderscore\r
+TYPE: bool\r
+VERSION: 4.6.0\r
+DEFAULT: false\r
+--DESCRIPTION--\r
+<p>\r
+    By RFC 1123, underscores are not permitted in host names.\r
+    (This is in contrast to the specification for DNS, RFC\r
+    2181, which allows underscores.)\r
+    However, most browsers do the right thing when faced with\r
+    an underscore in the host name, and so some poorly written\r
+    websites are written with the expectation this should work.\r
+    Setting this parameter to true relaxes our allowed character\r
+    check so that underscores are permitted.\r
+</p>\r
+--# vim: et sw=4 sts=4\r