Entries that do not change from the new user.js is Fennec #14

Closed
opened 2020-04-11 10:36:35 +00:00 by gallegonovato · 5 comments

Good morning:

How are you?. I hope you are well with everything that is happening in the world and with the pandemic.

I wanted to tell you about some entries I found that don't change in fennec with your new user.

Apart from others I found these:

network.http.spdy.websockets

network.http.spdy.enabled in its three variants

toolkit.cosmeticAnimations.enable

browser.urlbar.autocomplete.enabled

extensions.getAddons.cache.enabled

extensions.systemAddon.update.enabled

browser.download.useDownloadDir

privacy.clearOnShutdown.cookies

pdfjs.disabled

pdfjs.enabledCache.state

pdfjs.previousHandler.alwaysAskBeforeHandling

widget.content.gtk-theme-override = Adwaita

browser.ctrlTab.recentlyUsedOrder", false

I don't know if you recommend changing them manually to the values set by the new user or leave them as they are?

Receive a warm hug and thank you for your help and time. And sorry for the inconvenience.

Good morning: How are you?. I hope you are well with everything that is happening in the world and with the pandemic. I wanted to tell you about some entries I found that don't change in fennec with your new user. Apart from others I found these: network.http.spdy.websockets network.http.spdy.enabled in its three variants toolkit.cosmeticAnimations.enable browser.urlbar.autocomplete.enabled extensions.getAddons.cache.enabled extensions.systemAddon.update.enabled browser.download.useDownloadDir privacy.clearOnShutdown.cookies pdfjs.disabled pdfjs.enabledCache.state pdfjs.previousHandler.alwaysAskBeforeHandling widget.content.gtk-theme-override = Adwaita browser.ctrlTab.recentlyUsedOrder", false I don't know if you recommend changing them manually to the values set by the new user or leave them as they are? Receive a warm hug and thank you for your help and time. And sorry for the inconvenience.
Author

Good afternoon:

I apologize since these tickets I got confused by putting them as if I hadn't changed them. The tickets that you did change are:

pdfjs.disabled

pdfjs.enabledCache.state

pdfjs.previousHandler.alwaysAskBeforeHandling

widget.content.gtk-theme-override = Adwaita

browser.ctrlTab.recentlyUsedOrder”, false

extensions.getAddons.cache.enabled

And this one hasn't changed

reader.parse-on-load.enabled = false

layers.acceleration.force-enabled = false

font.system.whitelist = " "

font.blacklist.underline_offset = " "

A hug

Good afternoon: I apologize since these tickets I got confused by putting them as if I hadn't changed them. The tickets that you did change are: pdfjs.disabled pdfjs.enabledCache.state pdfjs.previousHandler.alwaysAskBeforeHandling widget.content.gtk-theme-override = Adwaita browser.ctrlTab.recentlyUsedOrder”, false extensions.getAddons.cache.enabled And this one hasn't changed reader.parse-on-load.enabled = false layers.acceleration.force-enabled = false font.system.whitelist = " " font.blacklist.underline_offset = " " A hug
Author

Good morning:

How are you?. I hope you are well with everything that is happening in the world and with the pandemic.

I wanted to tell you about some entries I found that don't change in fennec with your new user.

dom.indexedDB.enabledfalse

dom.maxHardwareConcurrency

svg.disabled

The second with a value of 2 and the third with a true value

I don't know if all these tickets can be changed by hand. Or it's better to wait.

A hug.

Good morning: How are you?. I hope you are well with everything that is happening in the world and with the pandemic. I wanted to tell you about some entries I found that don't change in fennec with your new user. dom.indexedDB.enabledfalse dom.maxHardwareConcurrency svg.disabled The second with a value of 2 and the third with a true value I don't know if all these tickets can be changed by hand. Or it's better to wait. A hug.
Owner

Hi, thanks for the report but as I said, try to open my configs and look for the [TAG] at the end of all the prefs. these reported are dedicated to desktop version. I'll try to give to you an answer anyway.

pdfjs.disabled

[DESKTOP] dedicated

pdfjs.enabledCache.state

[DESKTOP] dedicated

pdfjs.previousHandler.alwaysAskBeforeHandling

[DESKTOP] dedicated

widget.content.gtk-theme-override = Adwaita

[DESKTOP] dedicated

browser.ctrlTab.recentlyUsedOrder”, false

[DESKTOP] dedicated

extensions.getAddons.cache.enabled

It change for me and other users.. make sure you apply the new user.js correctly

And this one hasn't changed

reader.parse-on-load.enabled = false

I personally disable this on my side only because some users use the reader mode

layers.acceleration.force-enabled = false

[FENNEC - BUG] Force close during startup

font.system.whitelist = " "

[WARNING] Creating your own probably highly-unique whitelist will raise your entropy. Eventually privacy.resistFingerprinting will cover this.

font.blacklist.underline_offset = " "

https://github.com/ghacksuserjs/ghacks-user.js/issues/744

Hi, thanks for the report but as I said, try to open my configs and look for the `[TAG]` at the end of all the prefs. these reported are dedicated to desktop version. I'll try to give to you an answer anyway. > > > > pdfjs.disabled > [DESKTOP] dedicated > pdfjs.enabledCache.state > [DESKTOP] dedicated > pdfjs.previousHandler.alwaysAskBeforeHandling > [DESKTOP] dedicated > widget.content.gtk-theme-override = Adwaita > [DESKTOP] dedicated > browser.ctrlTab.recentlyUsedOrder”, false > [DESKTOP] dedicated > extensions.getAddons.cache.enabled > It change for me and other users.. make sure you apply the new user.js correctly > > And this one hasn't changed > > > reader.parse-on-load.enabled = false > I personally disable this on my side only because some users use the reader mode > layers.acceleration.force-enabled = false > [FENNEC - BUG] Force close during startup > font.system.whitelist = " " > [WARNING] Creating your own probably highly-unique whitelist will raise your entropy. Eventually `privacy.resistFingerprinting` will cover this. > font.blacklist.underline_offset = " " > https://github.com/ghacksuserjs/ghacks-user.js/issues/744
Owner

network.http.spdy.websockets

network.http.spdy.enabled in its three variants

HTTP2 raises concerns with "multiplexing" and "server push", does nothing to enhance privacy, and in fact opens up a number of server-side fingerprinting opportunities.
Relax this if you have FPI enabled and you understand the consequences. FPI isolates these.

toolkit.cosmeticAnimations.enable

Disabled on my side make sure you apply the new user.js correctly

browser.urlbar.autocomplete.enabled

Thanks for the report, I'll take a look

extensions.systemAddon.update.enabled

System addons update are useful to fix vulnerabilities more fast as a release update

browser.download.useDownloadDir

[FENNEC - BUG] It causes the breakage of all downloads

privacy.clearOnShutdown.cookies

[DESKTOP] dedicated

> network.http.spdy.websockets > > network.http.spdy.enabled in its three variants > HTTP2 raises concerns with "multiplexing" and "server push", does nothing to enhance privacy, and in fact opens up a number of server-side fingerprinting opportunities. Relax this if you have FPI enabled and you understand the consequences. FPI isolates these. > toolkit.cosmeticAnimations.enable > Disabled on my side make sure you apply the new user.js correctly > browser.urlbar.autocomplete.enabled > Thanks for the report, I'll take a look > extensions.systemAddon.update.enabled > System addons update are useful to fix vulnerabilities more fast as a release update > browser.download.useDownloadDir > [FENNEC - BUG] It causes the breakage of all downloads > privacy.clearOnShutdown.cookies > [DESKTOP] dedicated
Owner

dom.indexedDB.enabled

Is deprecated from FF72 but not for ESR. FPI help with this, also clear you data at shoutdown. don't worry

dom.maxHardwareConcurrency

privacy.resistFingerprinting cover this

svg.disabled

Disabling SVG support breaks many UI elements on many sites

> dom.indexedDB.enabled > Is deprecated from FF72 but not for ESR. FPI help with this, also clear you data at shoutdown. don't worry > dom.maxHardwareConcurrency > `privacy.resistFingerprinting` cover this > svg.disabled > Disabling SVG support breaks many UI elements on many sites
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#14
No description provided.