Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@exatasmente exatasmente released this 02 Oct 14:56
  • Update Cookies Policy to handle cookies via JavaScript
  • JsCookies dependency removed
  • Plugin now handles when the cookies policy policy message injection fails via wp_footer
  • Using Lax samesite policy -> CORS behavior not handled by plugin
  • Cookies policy now set cookie to domain, lp.sub.example.com, sub.example.com -> .example.com
  • Cookies policy now set cookie path value as "/"

Cookie Values :

* name : "permisson_use_cookies"
* value : "allow"
* expires : +1085 (days)
* path : "/"
* domain :`window.Cookies_Policy.getDomain()`
* samesite : "Lax"