Files
faveo/vendor/htmlpurifier/tests/HTMLPurifier/HTMLT/file-uri.htmlt
2016-06-13 20:41:55 +05:30

6 lines
96 B
Plaintext

--INI--
URI.AllowedSchemes = file
--HTML--
<a href="file:///foo">foo</a>
--# vim: et sw=4 sts=4