File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ for _, monitor in ipairs(monitors) do
20
20
end
21
21
```
22
22
23
+ !!! danger
24
+
25
+ This represents a full unsandboxed lua runtime! It can perform any action any lua runtime can
26
+ including arbitrary code execution. As such, you should audit any configuration files you
27
+ retrieve online.
28
+
23
29
` styles.css `
24
30
``` css
25
31
.bar {
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ theme:
26
26
- content.tabs.link
27
27
- navigation.instant
28
28
- navigation.footer
29
- - navigation.indexes
30
- - navigation.expand
29
+ # - navigation.indexes # use section-index instead
30
+ # - navigation.expand # use section-index instead
31
31
- navigation.tabs
32
32
- navigation.top
33
33
- navigation.tracking
34
- - navigation.prune
34
+ # - navigation.prune
35
35
- search.highlight
36
36
- search.share
37
37
- search.suggest
You can’t perform that action at this time.
0 commit comments