-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
HtmlSanitizerStatus: Needs ReviewbughasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.
Milestone
Description
https://symfony.com/doc/current/html_sanitizer.html#allow-elements
->allowedLinkSchemes(['http', 'https', 'mailto'])
->allowedLinkHosts(['symfony.com'])
->allowedMediaSchemes(['http', 'https', 'mailto'])
->allowedMediaHosts(['symfony.com']) // Also allows any subdomain (i.e. www.symfony.com)
should be allow
not allowed
. allowed
Methods are internal calls.
javiereguiluz
Metadata
Metadata
Assignees
Labels
HtmlSanitizerStatus: Needs ReviewbughasPRA Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.