mirror of
https://github.com/welpo/tabi.git
synced 2026-05-02 12:27:35 +02:00
Merge branch 'main' of github.com:welpo/tabi
This commit is contained in:
commit
89ebc6d253
50 changed files with 861 additions and 227 deletions
|
|
@ -1,7 +1,7 @@
|
|||
+++
|
||||
title = "Secure by default"
|
||||
date = 2023-02-22
|
||||
updated = 2024-08-28
|
||||
updated = 2025-02-21
|
||||
description = "tabi has an easily customizable Content Security Policy (CSP) with safe defaults. Get peace of mind and an A+ on Mozilla Observatory."
|
||||
|
||||
[taxonomies]
|
||||
|
|
@ -41,4 +41,6 @@ You can disable the CSP (allowing all connections) on a page, section, or global
|
|||
{ directive = "style-src", domains = ["'self'", "'unsafe-inline'"] },
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
[^1]: Requires proper webserver configuration (e.g. redirecting HTTP traffic to HTTPS).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue