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

Added Response to restrict cache storing #22480

Closed
wants to merge 1 commit into from

Conversation

sug-ghosh
Copy link

@sug-ghosh sug-ghosh commented Jun 22, 2024

Added the following headers to restrict storing cache :
X-Download-Options: noopen
Cache-Control: no-cache, no-store, max-age=0
Pragma: no-cache
Expires: -1

fixes the issue #22479

Description

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@wendigo
Copy link
Contributor

wendigo commented Jun 26, 2024

Implemented and merged in #22502

@wendigo wendigo closed this Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants