transfer.sh/server
Stefan Benten 92324798d5
server: adding no-store header (#476)
In order to prevent viewing content, which max-download rate has been reached,
we need to ensure the data is not stored locally in a browser cache.
To achieve this, we set the Cache-Control Setting to "no-store" according to:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control

fixes #470
2022-04-10 12:13:06 +02:00
..
clamav.go Clamav prescan (#389) 2022-01-09 22:14:10 +01:00
handlers.go server: adding no-store header (#476) 2022-04-10 12:13:06 +02:00
handlers_test.go Golint (#404) 2021-08-19 22:45:30 +02:00
ip_filter.go Golint (#404) 2021-08-19 22:45:30 +02:00
server.go server: adding no-store header (#476) 2022-04-10 12:13:06 +02:00
storage.go server/storage.go: Update storj dependencies and set user-agent (#467) 2022-02-09 12:37:11 +01:00
token.go Golint (#404) 2021-08-19 22:45:30 +02:00
token_test.go Golint (#404) 2021-08-19 22:45:30 +02:00
utils.go .github/workflows: adding golangci-lint as new job (#453) 2021-12-26 14:03:27 +01:00
virustotal.go Clamav prescan (#389) 2022-01-09 22:14:10 +01:00