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

Pass no-cache, no-store must-revalidate in the headers so the browser never caches pages #63

Open
kaihendry opened this issue Aug 6, 2015 · 0 comments
Assignees

Comments

@kaihendry
Copy link
Member

Some poor Webpages out of our client's control do not set the right HTTP headers, leading to possibility of sensitive form data to be exposed in a kiosk setting.

RE
https://groups.google.com/forum/#!msg/webc-users/TxsyvRqqJpY/iESEqvOzHAAJ

We need to explore overriding a bad page by manipulating HTTP headers by adding:

  • no-cache
  • no-store
  • must-revalidate

I saw explore, because this blanket feature enabled on Website might cause havoc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants