- Issue created by @gapple
- Status changed to Fixed
7 months ago 6:21am 14 September 2024 Automatically closed - issue fixed for 2 weeks with no activity.
The Trusted Types policy names ABNF is
tt-policy-name = 1*( ALPHA / DIGIT / "-" / "#" / "=" / "_" / "/" / "@" / "." / "%")
Add a regular expression validation constraint to Trusted Types policy names
From CspSettingsForm::validateForm()
: <^[a-z0-9#=_/@.%-]+$>i
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.