Skip to content

Can safehtml support custom attributes like one that HTMX requires? #11

@mikeschinkel

Description

@mikeschinkel

I started a personal web project and decided to use this package rather than the default html/template as it seems like a responsible thing to do, but I am running into an error that I cannot get around without forking the package:

html/template:my.template.html: cannot escape action {{.Url}}: actions 
must not occur in the "hx-get" attribute value context of a "li" element

From reading the code is seems that you have hardcoded all potential element-attribute combinations into elementSpecificAttrValSanitizationContext and globalAttrValSanitizationContext/elementContentSanitizationContext and thus the hx-get attribute is disallowed, right?

Is there any reason why it would be unsafe to add a method that allows adding attributes to be considered valid, assuming they are adding using string literals passed to the method that would add them?

If not, seems like a really easy enhancement I could add and create a PR for? Would that be something you would consider allowing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions