Blame view

vendor/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/file-uri.htmlt 96 Bytes
abf1649b   andryeyev   Чистая установка ...
1
2
3
4
5
  --INI--
  URI.AllowedSchemes = file
  --HTML--
  <a href="file:///foo">foo</a>
  --# vim: et sw=4 sts=4