10015Re-examine Cache-control Directives

PUBLISHEDsecurity alertInformational
Passive

Metadata

Alert ID:
10015
Risk:
Informational
Type:
Passive

摘要

The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.

解决方案

For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store, must-revalidate". If an asset should be cached consider setting the directives "public, max-age, immutable".

参考