You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then setup the default value for keys HKLM\SOFTWARE\Mozilla\ManagedStorage\[email protected] to %ProgramFiles%\Mozilla Firefox\browser\defaults\[email protected], and clearly copying the file in that position.
But if i run even a fresh profile of FF the forceielist get not setted, and in console i got:
Successfully compiled asm.js code (total compilation time 1ms) background.js
Unchecked lastError value: Error: Managed storage manifest not found settings.js:20
Settings moz-extension://8c3ab6d7-e055-4f4b-b9f3-fecb95797974/settings.js:20
Uncaught (in promise) Error: Managed storage manifest not found undefined
Error: Can't find profile directory. 2 XULStore.jsm:66:15
load resource://gre/modules/XULStore.jsm:66
XULStore resource://gre/modules/XULStore.jsm:24
Error: sender.page is undefined undefined
Error: page is undefined undefined
Use of nsIFile in content process is deprecated. NetUtil.jsm:253:8
all seems to me unrelated.
What i'm doing wrong?! Thanks.
The text was updated successfully, but these errors were encountered:
I've setup following the doc a simple
.json
file:then setup the default value for keys
HKLM\SOFTWARE\Mozilla\ManagedStorage\[email protected]
to%ProgramFiles%\Mozilla Firefox\browser\defaults\[email protected]
, and clearly copying the file in that position.But if i run even a fresh profile of FF the
forceielist
get not setted, and in console i got:all seems to me unrelated.
What i'm doing wrong?! Thanks.
The text was updated successfully, but these errors were encountered: