We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a735192 commit b2b7917Copy full SHA for b2b7917
html_sanitizer.rst
@@ -803,7 +803,7 @@ URLs of ``<a>`` elements:
803
// specifies the allowed hosts, the attribute will be dropped if the
804
// URL contains a different host. Subdomains are allowed: e.g. the following
805
// config would also allow 'www.symfony.com', 'live.symfony.com', etc.
806
- ->allowLinkHosts(['symfony.com'])
+ ->allowedLinkHosts(['symfony.com'])
807
808
// whether to allow relative links (i.e. URLs without scheme and host)
809
->allowRelativeLinks(true)
0 commit comments