HTML5 what's the file path for Brave browser?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Yasi

user:// doesn’t seem to work in Brave browser. Tested the same code in Chrome, Edge, and Android on Itch.io and it works as intended.

:bust_in_silhouette: Reply From: Calinou

The path to use to store user data is exactly the same in all browsers, but it’s possible that Brave has different default privacy settings that make it more difficult to store persistent data. For the record, Godot uses IndexedDB to store user:// data.

:bust_in_silhouette: Reply From: ChildLearning.Club

Brave browser has the added built in function “Brave Shields” The Brave Browser Icon to the right of the URL address bar. You can either disable this all together with the toggle button and have shields down for your site, or change the cookie allow/block settings to “block cross-site cookies”. If working from your game embedded as an iframe in another site use “allow all”.