intika / Librefox

Librefox: Firefox with privacy enhancements
https://librefox.org
Mozilla Public License 2.0
1.72k stars 89 forks source link

Broken features #71

Open intika opened 5 years ago

intika commented 5 years ago
Atavic commented 5 years ago

Maybe it's the Theme? Have you tried switching to the Default theme?

747iajc1k commented 5 years ago

Clean profile ESR version win10. devtools.zip

747iajc1k commented 5 years ago

Woah, why you deleted ESR version support? Because this bug on ESR. I talk about separate config download for ESR version.

intika commented 5 years ago

ESR is not deleted the current temporary version is compatible with ESR it's why i did not split the downloads (because the config file is the same and ESR config section is enabled)...

NotWorthKnowing commented 5 years ago

lockPref("network.dns.disableIPv6", true); is blocking all internet connections for me using 60.4 ESR same thing when this line is commented out and I flip it to true in about:config

Thanks for the 2.1 version config file; haven't applied it yet but the small download is really convenient, especially since I have a 2GB/month limit.

intika commented 5 years ago

@NotWorthKnowing i will see if maintaining a "patch" version like the current one is doable... IPv6 will be enabled by default in the future version ;)

ribatamu commented 5 years ago

@intika do you know, which entry in the config file is causing the Web Developer to not work in the ESR version?

intika commented 5 years ago

@ribatamu i don't have a windows machine to test right now but i guess it's something in the // Section : IJWY To Shut Up (but not sure) the whole thing will be avoided once the new version will be finished

NotWorthKnowing commented 5 years ago

Win 10, LF60.4ESR, only error in Browser Console mentioning devtools: SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data Stack trace: logOncePerBrowserVersion@resource://devtools/shared/base-loader.js -> resource://devtools/client/shared/telemetry.js:375:21 _pingTelemetry@resource://devtools/shared/base-loader.js -> resource://devtools/client/framework/toolbox.js:708:5 open/<@resource://devtools/shared/base-loader.js -> resource://devtools/client/framework/toolbox.js:518:7 _run@resource://devtools/shared/base-loader.js -> resource://devtools/shared/task.js:310:39 process@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:928:23 walkerLoop@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:812:7 scheduleWalkerLoop/<@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:748:11

Too convoluted for me to follow. But if disabling all those url settings makes the difference then I am not sure I personally want devtools enabled all the time.

ribatamu commented 5 years ago

@intika I can confirm what's the problem in the config file and the ESR version on Windows.

That's the entry lockPref("devtools.telemetry.tools.opened.version", "")

The default value should be {"DEVTOOLS_SCREEN_RESOLUTION_ENUMERATED_PER_USER":"60.4.0"}

I don't think that's causing any privacy concern.

intika commented 5 years ago

@ribatamu Thank you for reporting back that it will be helpful later on