forked from deepStateMirrors/tabi
✨ feat: allow disabling CSP, following the hierarchy
Introduces new option `enable_csp`, true by default. Can be set on a page, section or globally.
This commit is contained in:
parent
8537bbc10e
commit
5e0cbdd67d
10 changed files with 30 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Domina la configuració de tabi: guia completa"
|
||||
date = 2023-09-18
|
||||
updated = 2024-02-15
|
||||
updated = 2024-03-15
|
||||
description = "Descobreix les múltiples maneres en què pots personalitzar tabi."
|
||||
|
||||
[taxonomies]
|
||||
|
@ -749,6 +749,8 @@ allowed_domains = [
|
|||
]
|
||||
```
|
||||
|
||||
Aquesta opció està habilitada per defecte. Per desactivar-la per una pàgina, secció o globalment, estableix `enable_csp = false`. La configuració de `enable_csp` segueix la jerarquia.
|
||||
|
||||
Per a més informació, consulta la [pàgina de documentació de CSP](/ca/blog/security/).
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue