Add Helmet & Watermark
All checks were successful
release-nightly / build-docker (push) Successful in 2m37s

This commit is contained in:
2024-01-31 00:57:47 +08:00
parent ef10fab47d
commit 09c4800143
5 changed files with 128 additions and 22 deletions

View File

@ -28,4 +28,5 @@ host = ["localhost:8000"]
path = ["/"]
[[locations.destinations]]
id = "example-destination"
uri = "http://protocol.smartsheep.studio:20004"
uri = "https://example.com"
helmet = { x_frame_options = "SAMEORIGIN" }