Tickets that don't change #11
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
keep an eye
question
wontfix
No milestone
No project
No assignees
2 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference
d3cim/mobile_user.js#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Good night:
Looking at your new user once it's installed. I notice that there are entries that you put as false. But they don't change in the mobile with your new user.Among them, looking a little bit above I can highlight:
extensions.getAddons.cache.enabled
extensions.systemAddon.update.enabled
browser.download.useDownloadDir
privacy.clearOnShutdown.cookie
s
It is not recommended to chang
e them manually to false. And see if you save them when you close fennec. Or better to leave them in true.I don't know what your advice is.
Receive a warm hug
Thank you very much for your report. There is a typo regarding an entry here.
In this preference is missing the
;at the end. The correct format is:user_pref("extensions.getAddons.cache.enabled", false);Is not an issue, I think that system addons are important for the security of the browser itself. They can patch some security issue remotely and I sanitized it from
%LOCALE%as well.Is very important on Android because setting it to
falsecauses the breakage of all downloads.Is for DESKTOP only.
I think I can close it. Thanks again