A tiny WordPress plugin to clear all browser data related to the site upon logout (With Clear-Site-Data header).
This plugin ensures that when users of your website (including site administrators), the browsers are instructed to clear all residue such as cookies and caches to enhance the security.
Clear-Site-Data
HTTP header is sent when a user logs out, which supported browsers will react by removing all existing cookies, cache, and other storage. It will not remove saved passwords, permissions, adblocker rules, and other data that are supposed to be permanent.
This plugin prevents possible security vulnerabilities such as clicking the “Back” button in the browser after logging out revealing the pages that should not have been accessible after logging out. Furthermore, this cleans the browser cache, which prevents accessing authenticated media assets (such as purchased images) from the browser cache of a victim.
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.Clear-Site-Data
header will be sent automatically.No. This will clear all cookies associated with your WordPress site, but not the permanent data such as passwords, permissions, etc.
All mainstream browsers do. Google Chrome 61+, Firefox 63+, and their current mobile browsers. As of now, Microsoft Edge (non-Chrome versions) does NOT support this header.
Clear-Site-Data header is a relatively new header. I will be working with WordPress core team to get this into core. Until then, we have this plugin.