browser.startup.homepage_override.mstone #4

Closed
opened 2020-02-07 11:09:25 +00:00 by gallegonovato · 1 comment

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.

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.
Owner

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.

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.
d3cim closed this issue 2020-02-15 19:30:19 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: d3cim/mobile_user.js#4
No description provided.