No cookies / Session or Local Storage by default
-
I’m trying to create a site that doesn’t drop any cookies, or store any data in local or session storage until the user consents to make a compliant website (the “cookie law” pertains to any storage on the user’s device, not exclusive to cookies).
I’ve wrapped youtube embeds in something that won’t render the embed unless a consent cookie exists (since simply by showing it on the page it writes a load to localstorage), but there’s still the wpEmojiSettingsSupports data getting written to session storage. I’ve found a disable emoji plugin but it bothers me that if that somehow falls out of date with changes in wordpress that the site will revert to storing data on the first page load (before consent) again.
Could there be settings to disable this emoji script built into wordpress (and therefore sure to be maintained / compatible with future versions of wordpress), ideally disabled by default?
- The topic ‘No cookies / Session or Local Storage by default’ is closed to new replies.