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
Copy file name to clipboardExpand all lines: docs/plugins/privacy.md
+12-7
Original file line number
Diff line number
Diff line change
@@ -471,6 +471,8 @@ plugins:
471
471
472
472
## Limitations
473
473
474
+
### Dynamic URLs
475
+
474
476
Dynamically created URLs as part of scripts are not detected, and thus cannot be
475
477
downloaded automatically, as the plugin does not execute scripts – it only detects fully qualified URLs for downloading and replacement. In short, don't do this:
476
478
@@ -485,15 +487,18 @@ Instead, always use fully qualified URLs:
485
487
consturl="https://example.com/script.js"
486
488
```
487
489
488
-
Note that the plugin does not scan embedded HTML for external assets –
489
-
this is related to MkDocs, as it does not process HTML
490
-
(not to be confused with the generated HTML) in the plugin pipeline.
491
-
To self-host external assets of an embedded HTML,
492
-
it has to be explicitly listed under [`extra_templates`][extra_templates] in `mkdocs.yml`:
0 commit comments