Le Nhat Thanh
Le Nhat Thanh
Hello, ### Background I am using HTML Purifier to handle URI validation. But I get a problem when using it file `file` protocol. It won't work with my case: `file:\\\Users\thanh-le\Downloads\my-folder`...
https://github.com/ezyang/htmlpurifier/blob/bbc513d79acf6691fa9cf10f192c90dd2957f18c/library/HTMLPurifier/Token/Tag.php#L47 Hello, When I use HTML Purifier with `Core.LexerImpl = DirectLex`, The PHP error will cause in above line when I purify the below data: `Test` Because the key of...
Dear team, Following the document, I want to add the `accesskey` for example as a global attribute for all elements: [accesskey](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey) How can I do that? Because I don't want...