Wordpress plugins
SameSite Cookies

SameSite Cookies

Version : 2.1
Tested up to : 6.3
Number of download : 8
Average rating : 2 / 5 on 10 votes 10 votes, 2 avg.rating

Screenshots

SameSite Cookies
SameSite Cookies
SameSite Cookies
SameSite Cookies

This plugin adds the “SameSite” cookie flag to WordPress’s authentication cookies. On supported browsers (all current IE, Edge, Chrome, and Firefox), this can effectively prevent all Cross-Site Request Forgery attacks throughout your WordPress site. SameSite cookie flag support was added to PHP on version 7.3, but this plugin ships with a workaround to support all PHP versions WordPress supports. There is no administrative UI provided: Activate this plugin, and you are all set! You can configure the SameSite flag value from your WordPress configuration file. You cna pick a value from Lax (default), Strict, or None. You can read about SameSite cookies here. To configure the SameSite flag value, edit your WordPress configuration file (wp-config.php), and add the following lines right above /** Sets up WordPress vars and included files. */. define( 'WP_SAMESITE_COOKIE', 'Lax' ); // Pick from 'Lax', 'Strict', or 'None'. Note that only the authentication cookies are affected. Regular cookies that your installed plugins set will not be affected, nor provide any meaningful value with SameSite flags.

Download now