By default, Brave is blocking all 3rd party cookies, which is fine, however, I want to work on a local project which uses LocalStorage but I get the following error.
Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
I don't want to turn 3rd party cookie blocking off, which does circumvent the problem, but I'd rather just whitelist local file access (doesn't allow whitelisting file://
protocol).
Is it even possible to get this working without turning off the global "block all 3rd party cookies" setting?