Update config.toml
Alle Prüfungen waren erfolgreich
Deploy Zola site to Cloudflare Pages / build-and-deploy (push) Successful in 33s
Alle Prüfungen waren erfolgreich
Deploy Zola site to Cloudflare Pages / build-and-deploy (push) Successful in 33s
Dieser Commit ist enthalten in:
Ursprung
08f6697480
Commit
de3133bc9e
1 geänderte Dateien mit 45 neuen und 41 gelöschten Zeilen
86
config.toml
86
config.toml
|
@ -124,47 +124,51 @@ show_backlinks = true
|
|||
# Whether to use Content Security Policy.
|
||||
# Keep in mind that although this can potentially increase security,
|
||||
# it can break some stuff, in which case you will need to set custom policy.
|
||||
csp = [
|
||||
{ directive = "font-src", domains = [
|
||||
"'self'",
|
||||
] },
|
||||
{ directive = "img-src", domains = [
|
||||
"'self'",
|
||||
"https:",
|
||||
"data:",
|
||||
] },
|
||||
{ directive = "media-src", domains = [
|
||||
"'self'",
|
||||
"https:",
|
||||
] },
|
||||
{ directive = "script-src", domains = [
|
||||
"'self'",
|
||||
"*.xsiz.eu",
|
||||
"*.u42.dev",
|
||||
] },
|
||||
{ directive = "style-src", domains = [
|
||||
"'self'",
|
||||
"'unsafe-inline'",
|
||||
] },
|
||||
{ directive = "frame-src", domains = [
|
||||
"https://player.vimeo.com",
|
||||
"https://www.youtube-nocookie.com",
|
||||
"https://toot.community",
|
||||
] },
|
||||
{ directive = "connect-src", domains = [
|
||||
"https://toot.community",
|
||||
"*.xsiz.eu",
|
||||
] },
|
||||
{ directive = "frame-ancestors", domains = [
|
||||
"'none'",
|
||||
] },
|
||||
{ directive = "base-uri", domains = [
|
||||
"'none'",
|
||||
] },
|
||||
{ directive = "form-action", domains = [
|
||||
"'none'",
|
||||
] },
|
||||
]
|
||||
#csp = [
|
||||
# { directive = "font-src", domains = [
|
||||
# "'self'",
|
||||
# ] },
|
||||
# { directive = "img-src", domains = [
|
||||
# "'self'",
|
||||
# "https:",
|
||||
# "data:",
|
||||
# ] },
|
||||
# { directive = "media-src", domains = [
|
||||
# "'self'",
|
||||
# "https:",
|
||||
# ] },
|
||||
# { directive = "script-src", domains = [
|
||||
# "'self'",
|
||||
# "*.xsiz.eu",
|
||||
# "*.u42.dev",
|
||||
# "sha256-pXhG/jrX7WBLvkalI68mDNdSUQllQLcbydWC546OFIs=",
|
||||
# ] },
|
||||
# { directive = "style-src", domains = [
|
||||
# "'self'",
|
||||
# "'unsafe-inline'",
|
||||
# ] },
|
||||
# { directive = "frame-src", domains = [
|
||||
# "https://player.vimeo.com",
|
||||
# "https://www.youtube-nocookie.com",
|
||||
# "https://toot.community",
|
||||
# "*u42.dev",
|
||||
# "*.xsiz.eu",
|
||||
# ] },
|
||||
# { directive = "connect-src", domains = [
|
||||
# "https://toot.community",
|
||||
# "*.xsiz.eu",
|
||||
# "*u42.dev",
|
||||
# ] },
|
||||
# { directive = "frame-ancestors", domains = [
|
||||
# "'none'",
|
||||
# ] },
|
||||
# { directive = "base-uri", domains = [
|
||||
# "'none'",
|
||||
# ] },
|
||||
# { directive = "form-action", domains = [
|
||||
# "'none'",
|
||||
# ] },
|
||||
#]
|
||||
|
||||
[extra.nav]
|
||||
# Whether to automatically hide nav when not hovered or focused
|
||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren