Files
faveo/vendor/htmlpurifier/tests/HTMLPurifier/HTMLT/file-uri.htmlt
2016-06-23 11:32:26 +05:30

6 lines
96 B
Plaintext

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