Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

disable persistent storage prompt

  • 4 réponses
  • 1 a ce problème
  • 176 vues
  • Dernière réponse par lushlysan
  • Archivé

When browsing a website that uses persistent storage, Firefox pops up a prompt from the URL bar that says "Allow <site> to store data in persistent storage?"

How can I disable the prompt so it never pops up to ask me and automatically blocks everything?

I looked in settings and didn't find anything and didn't see anything in about:config that obviously controls this behaviour either.

I found a screenshot online of the prompt I'm talking about.

Thanks.

When browsing a website that uses persistent storage, Firefox pops up a prompt from the URL bar that says "Allow <site> to store data in persistent storage?" How can I disable the prompt so it never pops up to ask me and automatically blocks everything? I looked in settings and didn't find anything and didn't see anything in about:config that obviously controls this behaviour either. I found a screenshot online of the prompt I'm talking about. Thanks.
Captures d’écran jointes

Toutes les réponses (4)

Try to increase this pref in about:config.

  • dom.storage.default_site_quota

Thanks for the reply cor-el,

i set both

  • dom.storage.default_quota 2147483647
  • dom.storage.default_site_quota 2147483647

which is the max allowed, but it still pops up

i then tried

  • dom.storage.enabled false

but it still pops up too

:(

You can turn it off in the View site information with Page Info

Hi TyDraniu,

thanks for your reply.

that toggles it on a per site basis, not universally.

in the page info window "use default" is checked by default, but i couldn't find anywhere to actually set the default setting.