Closed transitive-bullshit closed 4 years ago
The current implementation doesn't respect no-cache directives which makes debugging more difficult.
no-cache
Specifically, we should disable caching if we encounter: pragma: no-cache, cache-control: no-store, or cache-control: no-cache directives.
pragma: no-cache
cache-control: no-store
cache-control: no-cache
The current implementation doesn't respect
no-cache
directives which makes debugging more difficult.Specifically, we should disable caching if we encounter:
pragma: no-cache
,cache-control: no-store
, orcache-control: no-cache
directives.