Fix

Clear-Site-Data

Instructs the browser to clear site data like cookies, storage, and cache (useful for logout or account changes).

InfoCategory: privacy
Recommended use
  • Use sparingly and intentionally — it can log users out and clear cached assets.
  • Prefer targeting only what you need (e.g., cookies + storage).
Example
Clear-Site-Data: "cookies", "storage"