You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hardcoded HTML templates do not offer any customisation (to improve branding or security). For instance, we have a strict Content Security Policy, which does not allow inline scripts and we do not want to have unnecessary exclusions.
Describe the solution you'd like
Allow to configure custom HTML templates.
Describe alternatives you've considered
I cannot think of any.
Thank you for the issue (and implementation). While there are for sure some workarounds for CSP (e.g. hash) and the form itself should not get displayed to the user, but i totally get your requirement. Will check the PR now.
Is your feature request related to a problem? Please describe.
Hardcoded HTML templates do not offer any customisation (to improve branding or security). For instance, we have a strict Content Security Policy, which does not allow inline scripts and we do not want to have unnecessary exclusions.
Describe the solution you'd like
Allow to configure custom HTML templates.
Describe alternatives you've considered
I cannot think of any.
Additional context
See #89.
The text was updated successfully, but these errors were encountered: