Update config.toml
Alle Prüfungen waren erfolgreich
Deploy Zola site to Cloudflare Pages / build-and-deploy (push) Successful in 33s

Dieser Commit ist enthalten in:
user0x42 2025-02-28 06:15:36 +01:00
Ursprung 08f6697480
Commit de3133bc9e
Signiert von: user0x42
SSH-Key-Fingerabdruck: SHA256:l/BokOyIeoKHPSk6adSWa2v9yD4TQV9QLRngyAHmoJ0

Datei anzeigen

@ -124,47 +124,51 @@ show_backlinks = true
# Whether to use Content Security Policy. # Whether to use Content Security Policy.
# Keep in mind that although this can potentially increase security, # 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. # it can break some stuff, in which case you will need to set custom policy.
csp = [ #csp = [
{ directive = "font-src", domains = [ # { directive = "font-src", domains = [
"'self'", # "'self'",
] }, # ] },
{ directive = "img-src", domains = [ # { directive = "img-src", domains = [
"'self'", # "'self'",
"https:", # "https:",
"data:", # "data:",
] }, # ] },
{ directive = "media-src", domains = [ # { directive = "media-src", domains = [
"'self'", # "'self'",
"https:", # "https:",
] }, # ] },
{ directive = "script-src", domains = [ # { directive = "script-src", domains = [
"'self'", # "'self'",
"*.xsiz.eu", # "*.xsiz.eu",
"*.u42.dev", # "*.u42.dev",
] }, # "sha256-pXhG/jrX7WBLvkalI68mDNdSUQllQLcbydWC546OFIs=",
{ directive = "style-src", domains = [ # ] },
"'self'", # { directive = "style-src", domains = [
"'unsafe-inline'", # "'self'",
] }, # "'unsafe-inline'",
{ directive = "frame-src", domains = [ # ] },
"https://player.vimeo.com", # { directive = "frame-src", domains = [
"https://www.youtube-nocookie.com", # "https://player.vimeo.com",
"https://toot.community", # "https://www.youtube-nocookie.com",
] }, # "https://toot.community",
{ directive = "connect-src", domains = [ # "*u42.dev",
"https://toot.community", # "*.xsiz.eu",
"*.xsiz.eu", # ] },
] }, # { directive = "connect-src", domains = [
{ directive = "frame-ancestors", domains = [ # "https://toot.community",
"'none'", # "*.xsiz.eu",
] }, # "*u42.dev",
{ directive = "base-uri", domains = [ # ] },
"'none'", # { directive = "frame-ancestors", domains = [
] }, # "'none'",
{ directive = "form-action", domains = [ # ] },
"'none'", # { directive = "base-uri", domains = [
] }, # "'none'",
] # ] },
# { directive = "form-action", domains = [
# "'none'",
# ] },
#]
[extra.nav] [extra.nav]
# Whether to automatically hide nav when not hovered or focused # Whether to automatically hide nav when not hovered or focused