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 81d9509 commit a735192Copy full SHA for a735192
html_sanitizer.rst
@@ -798,7 +798,7 @@ URLs of ``<a>`` elements:
798
799
// specifies the allowed URL schemes. If the URL has a different scheme, the
800
// attribute will be dropped
801
- ->allowLinkSchemes(['http', 'https', 'mailto'])
+ ->allowedLinkSchemes(['http', 'https', 'mailto'])
802
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
0 commit comments