browser.startup.homepage_override.mstone #4
Labels
No Milestone
No Assignees
2 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: d3cim/mobile_user.js#4
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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 afternoon:
By putting your user.js to fennec. I noticed that in about:config the entry browser.startup.homepage_override.ms
tone does not have the ignore value that it puts in its user. It has the version of fennec and does not let you change it.
I put ignore and when I close fennec it returns to the original value.
Am I doing something wrong?.
A hug and thanks for your help.
Hi, the problem comes from the fact that the file user.js only supports the user_pref command. which can't lock the pref but only tells Firefox to set it at startup.
It means that some values can be constantly overwritten during use.
It is for this reason that in the mobile version of my configs I removed it because it is useless.