Commit graph

117 commits

Author SHA1 Message Date
ohfp
372612946f
update ublock 2021-09-25 17:11:32 +02:00
fxbrit
192f51abe2 v1.6, remove some defaults + simplify webgl 2021-08-18 00:38:01 +02:00
fxbrit
edd86ece4e update changelog with references for v1.5 2021-08-09 12:41:57 +02:00
fxbrit
23d1bff4f4 update settings to 1.5, address #79 2021-08-09 12:39:45 +02:00
ohfp
608659d0ed
uBlock to 1.37.0 2021-07-24 15:45:17 +02:00
fxbrit
bbcf4786f9 update changelog to reflect 1.4 2021-07-22 23:57:06 +02:00
fxbrit
2e21db4c30 remove pref which is default 2021-07-22 23:56:05 +02:00
fxbrit
39575257b2 update changelog with details for v1.3 2021-07-14 11:11:33 +02:00
fxbrit
60e75e30c6 update settings to 1.3, update uBO to latest 2021-07-14 11:10:05 +02:00
fxbrit
294724fae3 Merge branch 'master' of https://gitlab.com/librewolf-community/settings 2021-07-02 10:12:15 +02:00
fxbrit
aee6ecb16f remove webaudio and navigator, add support URL 2021-07-02 10:09:04 +02:00
Cactus Lover
26665d7a19 Add Brave Search to list of search engines 2021-06-27 13:45:52 +00:00
ohfp
e88cd73126
update ublock 2021-06-25 02:37:52 +02:00
stanzabird
3cb605955b Update Changelog.md 2021-06-14 14:13:47 +00:00
fxbrit
45185c9c47 update changelog with v1.1 of settings 2021-06-14 15:32:59 +02:00
fxbrit
cf0a2cc88a address issue #54 (settings) and MR #5 (common) 2021-06-14 15:29:22 +02:00
fxbrit
0532d6cb86 remove old ref to docs as we now have faq link 2021-06-02 13:54:13 +02:00
fxbrit
0f953316ef added link to our new FAQ 2021-06-02 13:53:08 +02:00
fxbrit
f65404f9e5 improved readability 2021-06-02 12:05:55 +02:00
fxbrit
d9e18060bb document the release of the new settings 2021-06-02 11:55:59 +02:00
fxbrit
2b8dc4ac6d remove old stuff for new version, added cfg ver 2021-06-02 11:51:31 +02:00
fxbrit
5cbb8b8b54 pre-release minor tweak according to #52 2021-05-26 11:48:59 +02:00
fxbrit
3d69f247d4 re-organize SB sections 2021-05-22 13:19:16 +02:00
fxbrit
e7bd14cfa7 pre 89.0 cleanup + improvements 2021-05-21 23:37:51 +02:00
fxbrit
41e6e651f0 updated DNS section 2021-05-15 02:47:30 +02:00
fxbrit
c78c50fbef Merge branch 'master' of https://gitlab.com/librewolf-community/settings 2021-05-12 00:36:23 +02:00
fxbrit
6bce0eb4a3 unlock sereral prefs to work best with overrides 2021-05-12 00:35:18 +02:00
stanzabird
1848cd1e98 Delete faq.md 2021-05-11 20:50:59 +00:00
fabrizio
dc24c1bc84 Update of the policies 2021-05-10 18:19:02 +00:00
fxbrit
5305cc48e6 WebGL disabled default, add notes on re-enable 2021-05-10 12:49:14 +02:00
fabrizio
eac7585b21 Settings revamp 2021-05-10 08:55:27 +00:00
Bert van der Weerd
82cce8b42a Update faq.md 2021-05-06 14:14:09 +00:00
Bert van der Weerd
0228d0e3b9 Update faq.md 2021-05-06 13:16:49 +00:00
Bert van der Weerd
39e6780ace Update faq.md 2021-05-06 13:13:44 +00:00
ohfp
f8785f18f6 update ublock origin 2021-05-06 11:17:53 +02:00
Bert van der Weerd
473aa1d935
Added faq.md 2021-05-04 15:15:08 -04:00
ohfp
b33bfb5a03 Allow overriding prefs
This commit would allow overriding prefs
(locked or otherwise) with a user accessible file even
on sandboxed/restricted releases (like AppImage or Flatpak).

This works because the last specific pref value that is parsed
during startup is the one that gets actually applied; this way
an empty / non existing overrides file will not have any effect,
and only prefs changed in this file will be changed, while other
prefs from the `librewolf.cfg` will still be applied.

The difference to a `user.js` is that at this stage / with this
file, even locked prefs can still be modified.

Should we desire to have some prefs _really_ locked down (which we
do not want to be changeable with this override method), we could
just place them after the changes from this MR - so they would be
parsed after those defined in the overrides file and could override
pref changes made there.

Somewhat related to #45, #27; should partially fix #8 and basically
mitigate the recurring issues of users unable to edit some locked
settings when using a more restricted release variant.

Should probably be added to the docs, once merged.
2021-04-30 09:36:19 +00:00
Shreyas Minocha
247ebd6c87 Use data URIs for search engine icons 2021-04-30 09:29:28 +00:00
ohfp
e89e5cc237
update ublock origin 2021-04-26 12:05:03 +02:00
ohfp
666050d5e0
move devtools-url to a less used port; make defaultPref; fixes #37 2021-04-26 11:59:48 +02:00
ohfp
1b9cc88ccf
devtools.performance.recording.ui-base-url does not like https for localhost urls 2021-04-15 15:52:17 +02:00
Jonathan Straub
b27477ceb9
Changed WebAudio pref to default to false instead of locking it
This enables users to enable it manually in their about:config instead of having to edit this file everytime after an update.
Helpful for librewolf-community/browser/linux#173
2021-03-30 16:21:15 +02:00
Jonathan Straub
241e6f4d73
Removed site-specific-overrides setting
Site-specific overrides have been removed from Firefox in version 71
2021-03-20 23:17:40 +01:00
Shreyas Minocha
be1f20479b
Unlock service workers pref 2021-03-17 16:55:39 -05:00
ohfp
2c49a15866
update ublock origin 2021-03-14 13:17:08 +01:00
Karsten
21c588fa9c
Remove Jive Search (!8)
It no longer exists and its domain is being auctioned.
2021-03-11 23:22:40 -06:00
Jonathan Straub
9ba36a97a9
Updated forced UserAgent-String to the one used in Tor Browser 10.0.12.
This fixes issues with webpages that depend on a correct version in the UserAgent string (e.g. connection issues with meet.jit.si) when resistFingerprinting is off
2021-03-02 19:03:53 +01:00
ohfp
c5c75a39dd
fixes #37, #36 and common#17 2021-02-24 15:12:36 +01:00
ohfp
3feb12464a
update ublock origin 2021-02-05 17:34:27 +01:00
Shreyas Minocha
640b375dc0
Unlock dom.event.contextmenu.enabled
Having this disabled can be pretty disruptive in web applications that
provide their own context menus e.g. the openstreetmap online editor.
2021-01-20 17:00:39 -06:00