Allow data-* attributes

Issue #3 new
Jarosław Jakubowski created an issue

For now there is no way to allow all data-* attributes.

Comments (1)

  1. Tobias Dammers repo owner

    I am not opposed to this in principle; one problem however is that whitelisting all data- attributes at once would defeat the purpose of the whole whitelisting approach. Data attributes are often used to control scripts, so depending on what uses them, considering them benign isn't generally justified.

    Then again, if you're going to mess with the whitelists anyway, I don't see why you shouldn't have the option to do something like this. Maybe a good solution would be to allow regex-based whitelists, then you could specify something like /^data-/, if you so please, but it would also give you the flexibility to be more specific.

  2. Log in to comment