mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄 docs: add code type to codeblock
This commit is contained in:
parent
f859113c81
commit
b6f7f802b4
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ The default configuration of the theme gets an A+ score on [Mozilla Observatory]
|
|||
|
||||
This is accomplished by programatically configuring Content Security Policy (CSP) headers based on a user-defined list of allowed domains in the `config.toml` file. Here's the default and recommended setup (you could remove the last directive if you don't want to embed YouTube videos):
|
||||
|
||||
```
|
||||
```toml
|
||||
[extra]
|
||||
allowed_domains = [
|
||||
{ directive = "font-src", domains = ["'self'", "data:"] },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue