mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-02-20 18:31:35 -05:00
Correct BaseURL on preview
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
2a81bb5880
commit
fe133cf9be
@ -11,3 +11,6 @@
|
|||||||
X-XSS-Protection = "0"
|
X-XSS-Protection = "0"
|
||||||
Permissions-Policy = "accelerometer=(), autoplay=(), camera=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=()"
|
Permissions-Policy = "accelerometer=(), autoplay=(), camera=(), clipboard-read=(), clipboard-write=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), hid=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), xr-spatial-tracking=()"
|
||||||
Cross-Origin-Resource-Policy = "same-origin"
|
Cross-Origin-Resource-Policy = "same-origin"
|
||||||
|
|
||||||
|
[context.deploy-preview]
|
||||||
|
command = "hugo -b $DEPLOY_PRIME_URL"
|
Loading…
Reference in New Issue
Block a user