deliverability
Instructions for upgrading the Deliverability WordPress plugin to use secure cookies.
File location
httpdocs/wp-content/plugins/deliverability/vendor-prefixed/psr-4/Auth0/SDK/Configuration
Filename
SdkConfiguration.php
Edit 1
Replace all
'auth0_session'
with
'__Secure-auth0_session'
(should be 3 occurrences)
Edit 2
Replace all
'auth0_transient'
with
'__Secure-auth0_transient'
(should be 3 occurrences)