Skip to content

Commit a735192

Browse files
authored
Update html_sanitizer.rst
1 parent 81d9509 commit a735192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html_sanitizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ URLs of ``<a>`` elements:
798798
799799
// specifies the allowed URL schemes. If the URL has a different scheme, the
800800
// attribute will be dropped
801-
->allowLinkSchemes(['http', 'https', 'mailto'])
801+
->allowedLinkSchemes(['http', 'https', 'mailto'])
802802
803803
// specifies the allowed hosts, the attribute will be dropped if the
804804
// URL contains a different host. Subdomains are allowed: e.g. the following

0 commit comments

Comments
 (0)