Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: adding no-store header #476

Merged
merged 3 commits into from
Apr 10, 2022
Merged

server: adding no-store header #476

merged 3 commits into from
Apr 10, 2022

Conversation

stefanbenten
Copy link
Collaborator

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

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
@stefanbenten stefanbenten added the reviewer-can-merge This Pull Request is fine to merge after approval. label Apr 3, 2022
@stefanbenten stefanbenten merged commit 9232479 into main Apr 10, 2022
@stefanbenten stefanbenten deleted the sb/no-store branch April 10, 2022 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reviewer-can-merge This Pull Request is fine to merge after approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

max-downloads seems not to delete the file
2 participants