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
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
[HtmlSanitizer] Fix method names
Changed incorrect method names from `allowed*` to `allow*`:
- allowedLinkSchemes() → allowLinkSchemes()
- allowedLinkHosts() → allowLinkHosts()
- allowedMediaSchemes() → allowMediaSchemes()
- allowedMediaHosts() → allowMediaHosts()
These are the correct method names used in the HtmlSanitizerConfig class.
Fixes#21211
Commits
-------
0918b69 [HtmlSanitizer] Fix method names
0 commit comments