Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

fix(xhr): add cache busting for safari, webview android and ios #85

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TinOo512
Copy link

@TinOo512 TinOo512 commented Dec 5, 2014

Because of a ridiculous cache for cross-origin ressources in webkit (cf. https://bugs.webkit.org/show_bug.cgi?id=82672) we need to ensure that we never ask for cached data in those devices.

This must fix this issue (https://github.com/Polymer/ShadowDOM/issues/516) in the ShadowDOM repository.

Maybe we should enable this only when we load cross-origin ressources to have a better cache control.

…se of a ridiculous cache for cross-origin ressources
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant