mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-02-20 18:31:35 -05:00
Merge branch 'PrivSec-dev:main' into wingedhorse
This commit is contained in:
commit
8ca731dcc5
@ -18,11 +18,6 @@ Benevolent dictator for life @PrivSec.dev. System Administrator.
|
|||||||
**Matrix**: [@tommy:arcticfoxes.net](https://invite.arcticfoxes.net/#/@tommy:arcticfoxes.net)\
|
**Matrix**: [@tommy:arcticfoxes.net](https://invite.arcticfoxes.net/#/@tommy:arcticfoxes.net)\
|
||||||
**Email**: [contact@tommytran.io](mailto:contact@tommytran.io)
|
**Email**: [contact@tommytran.io](mailto:contact@tommytran.io)
|
||||||
|
|
||||||
### Randomhydrosol
|
|
||||||
PrivSec.dev Administrator. Security Researcher. Friendliest Indian tech support on the planet Earth.
|
|
||||||
|
|
||||||
**Matrix**: [@randomhydrosol:arcticfoxes.net](https://invite.arcticfoxes.net/#/@randomhydrosol:arcticfoxes.net)
|
|
||||||
|
|
||||||
### Madaidan
|
### Madaidan
|
||||||
Security Researcher. Whonix developer. Uses Firefox, Telegram, and Linux against his own advice like a hypocrite.
|
Security Researcher. Whonix developer. Uses Firefox, Telegram, and Linux against his own advice like a hypocrite.
|
||||||
|
|
||||||
|
@ -98,3 +98,7 @@ If you do not use Gravatar with SOGo, you can also set COEP to require-corp sinc
|
|||||||
```
|
```
|
||||||
add_header Cross-Origin-Embedder-Policy require-corp;
|
add_header Cross-Origin-Embedder-Policy require-corp;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### GZIP Compression
|
||||||
|
|
||||||
|
Disable gzip compression to avoid the BREACH attack. Change `gzip on;` to `gzip off;`.
|
@ -1,5 +1,5 @@
|
|||||||
[build.environment]
|
[build.environment]
|
||||||
HUGO_VERSION = "0.117.0"
|
HUGO_VERSION = "0.118.2"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo -b $DEPLOY_PRIME_URL"
|
command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo -b $DEPLOY_PRIME_URL"
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user