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 b2b7917 commit c872c15Copy full SHA for c872c15
html_sanitizer.rst
@@ -793,7 +793,7 @@ URLs of ``<a>`` elements:
793
->sanitizer('app.post_sanitizer')
794
// if `true`, all URLs using the `http://` scheme will be converted to
795
// use the `https://` scheme instead. `http` still needs to be
796
- // allowed in `allowLinkSchemes`
+ // allowed in `allowedLinkSchemes`
797
->forceHttpsUrls(true)
798
799
// specifies the allowed URL schemes. If the URL has a different scheme, the
0 commit comments