1
0
Fork 0
Commit Graph

203 Commits

Author SHA1 Message Date
Thorin-Oakenpants 0b51e98d91
media.gmp-widevinecdm.visible, see #1107 2021-02-01 17:25:00 +00:00
Thorin-Oakenpants 2dd455ef83
network.http.redirection-limit, fixes #1100 2021-01-26 19:39:33 +00:00
earthlng c570e4fdbd
Update troubleshooter.js 2020-12-30 15:12:07 +00:00
earthlng da58f84fa6
Update troubleshooter.js 2020-12-30 15:06:49 +00:00
Thorin-Oakenpants 755a45505f
snippets providers
`browser.newtabpage.activity-stream.asrouter.providers.snippets`

These (which landed in FF64 with snippets above) are not in the user.js, so why bother with the snippet one
- `browser.newtabpage.activity-stream.asrouter.providers.cfr`
- `browser.newtabpage.activity-stream.asrouter.providers.onboarding`

also these aren't in the user.js
- `browser.newtabpage.activity-stream.asrouter.providers.cfr-fxa`
- `browser.newtabpage.activity-stream.asrouter.providers.message-groups`
- `browser.newtabpage.activity-stream.asrouter.providers.messaging-experiments`
- `browser.newtabpage.activity-stream.asrouter.providers.whats-new-panel`

There are no privacy concerns here. At the end of the day, what Firefox connects to and sends is E2EE and only used locally in non-web content: and you have other prefs and a UI to disable them from being displayed
2020-12-30 10:25:26 +00:00
earthlng c980bda695
Update troubleshooter.js
oops
2020-12-16 14:43:46 +00:00
earthlng feaa1c3e99
prefs update
`browser.storageManager.enabled` -- removed in FF61 (1428306)
`security.csp.experimentalEnabled` -- removed in FF68 (1386214)
`gfx.downloadable_fonts.woff2.enabled` -- removed in FF69 (1556991)
`plugin.sessionPermissionNow.intervalInMinutes` -- removed in FF70 (1581664)
`plugin.defaultXpi.state` -- removed in FF72 (1596090)
`geo.wifi.uri` -- renamed to `geo.provider.network.url` in FF74 (1613627)
`browser.tabs.remote.allowLinkedWebInFileUriProcess` -- removed in FF77 (1603007)
2020-12-16 14:40:42 +00:00
Thorin-Oakenpants aa1c2145bb
layout.css.visited_links_enabled 2020-12-09 09:30:21 +00:00
earthlng c6ddda1aa3
Update troubleshooter.js
- add `privacy.window.name.update.enabled`
- remove `media.autoplay.enabled` (removed in FF63)
- remove `dom.indexedDB.enabled` (removed in FF72)
2020-11-17 19:17:59 +00:00
Thorin-Oakenpants d6186819f4
domIntersectionObserver
it was removed after 81-beta was released
2020-11-11 18:42:29 +00:00
Thorin-Oakenpants 07cccd5386
remove 4003: partition, see #1051 (#1057) 2020-11-02 17:05:40 +00:00
earthlng 26d4768447
add media.autoplay.blocking_policy 2020-10-21 13:44:21 +00:00
Thorin-Oakenpants 0adfddd1e2
misc (#1040)
* misc

- cleanup of old release notation in comments: e.g. if it's not applicable to ESR78+
- same with default version info
- simplify and save bytes on section 4700
- update 4500 header
  - and unify the message about using extensions as counterproductive
- letterboxing
   - provide info on stepped ranged (and drop crap about FF67)
   - don't judge users who dislike seeing margins (I don't like them either, but I force my window to exact dimensions and stay there)
- screenshots uploading was disabled in FF67+ : [67 release notes](https://www.mozilla.org/en-US/firefox/67.0/releasenotes/)
   - the pref is still there (default false) but so far I'm 99% sure this pref now does anything
   - I will add it to the scatchpad script if this change sticks

* simplify 4500 RFP, see #1041

* update removed script

* tidy readme, see #1045

- also put readme before releases

* RIP FX Site Compat

* clean out RFP Alts info: the information is redundant: it's already in the readme
2020-10-20 11:58:20 +00:00
Thorin-Oakenpants e89f9a5d89
dom.IntersectionObserver.enabled
commit: a56ba85936
issue: #1026
2020-10-02 08:36:15 +00:00
Thorin-Oakenpants 2532ddcc18
update name 2020-09-15 05:59:51 +00:00
Thorin-Oakenpants 44e22835c1
update name 2020-09-15 05:58:39 +00:00
Thorin-Oakenpants 1f545312fd
update names + links 2020-09-15 05:57:30 +00:00
Thorin-Oakenpants 637e5964db
update links 2020-09-15 05:56:00 +00:00
Thorin-Oakenpants 26bca612d7
rename as arkenfox 2020-09-15 05:54:22 +00:00
Thorin-Oakenpants 6fdda5fb62
rename as arkenfox 2020-09-15 05:53:09 +00:00
Thorin-Oakenpants ed5b158777
Rename ghacks-clear-RFP-alternatives.js to arkenfox-clear-RFP-alternatives.js 2020-09-15 05:52:28 +00:00
Thorin-Oakenpants 091a71aade
browser.urlbar.usepreloadedtopurls.enabled 2020-07-29 02:22:09 +00:00
Thorin-Oakenpants c4a06c4689
missing comma 2020-07-23 12:23:14 +00:00
Thorin-Oakenpants 0d27689c64
update to ESR78
and this time add the file extension
2020-07-23 12:22:20 +00:00
Thorin-Oakenpants 771e57480a
Delete ghacks-clear-RFP-alternatives 2020-07-23 12:21:10 +00:00
Thorin-Oakenpants 10cc1224d0
Create ghacks-clear-removed.js 2020-07-23 11:00:23 +00:00
Thorin-Oakenpants 52926cca7a
Delete ghacks-clear-[removed].js 2020-07-23 10:59:19 +00:00
Thorin-Oakenpants be64819ce7
update to ESR78 2020-07-23 10:58:22 +00:00
Thorin-Oakenpants 24c228df92
update to ESR78 2020-07-23 10:57:12 +00:00
Thorin-Oakenpants 892b3d9d69
Delete ghacks-clear-FF68inclusive-[deprecated].js 2020-07-23 10:53:38 +00:00
Thorin-Oakenpants df21798b81
Delete ghacks-clear-FF68inclusive-[RFP-alternatives].js 2020-07-23 10:53:25 +00:00
earthlng bd384622db
Update troubleshooter.js (#935)
extensions.blocklist.pingCountTotal is not used anymore in FF76+
2020-04-29 12:00:10 +00:00
Thorin-Oakenpants ba83c555cc
geo default search engines
browser.search.geoip.url is deprecated in 75, the prefs are only used on first run, and we don't mess with search engines as that is a user choice
2020-04-12 18:10:34 +00:00
Thorin-Oakenpants 5b1d56933b
middlemouse.paste, see #735 2019-12-19 16:21:21 +00:00
Thorin-Oakenpants 1ef62a1036
media.block-autoplay-until-in-foreground #840 2019-12-12 01:24:12 +00:00
Thorin-Oakenpants b6fbf77dde
Create ghacks-clear-FF68inclusive-[RFP-alternatives].js 2019-11-23 03:04:14 +00:00
Thorin-Oakenpants a4ba22e912
Delete ghacks-clear-FF60inclusive-[RFP-alternatives].js 2019-11-23 03:02:59 +00:00
Thorin-Oakenpants 163e18ce6d
Create ghacks-clear-FF68inclusive-[deprecated].js 2019-11-23 02:57:26 +00:00
Thorin-Oakenpants a13027905e
Delete ghacks-clear-FF60inclusive-[deprecated].js 2019-11-23 02:56:30 +00:00
earthlng bff1e84afa
v1.6.0 2019-11-11 15:10:14 +00:00
Thorin-Oakenpants 1d31da40ec
missing comma
thanks @sebp  - 0d57cfc44a (commitcomment-35890867)
2019-11-11 13:00:01 +00:00
Thorin-Oakenpants 0d57cfc44a
about_newtab_segregation.enabled 2019-11-09 23:25:52 +00:00
Thorin-Oakenpants 67eec9c85c
pbmode insecure text/icon
see `1273`
- we already make **all** windows do this (which overrides the pb mode setting), and these were inactive
- in FF70+ the icon pref (for PB mode and all windows) is now default true
2019-10-27 04:50:59 +00:00
Thorin-Oakenpants 7f2c92f654
webgl.dxgl.enabled 2019-10-15 09:28:52 +00:00
Thorin-Oakenpants d7b1877a1f
browser.sessionhistory.max_entries see #808 2019-10-14 01:14:50 +00:00
Thorin-Oakenpants ad0187122d
some SB were reinstated, closes #806 2019-10-07 16:20:03 +00:00
Thorin-Oakenpants 53f8578749
see #807 2019-10-05 15:09:19 +00:00
Thorin-Oakenpants be0ccf6460
2300: service workers, closes #786 2019-09-17 12:43:50 +12:00
Thorin-Oakenpants e16425310f
0320+0321: redundant prefs, #793 2019-09-12 15:52:46 +00:00
Thorin-Oakenpants 335299a0cf
browser.cache.disk_cache_ssl 2019-09-09 21:45:33 +00:00
Thorin-Oakenpants cccb5b10b4
plugin.sessionPermissionNow.intervalInMinutes 2019-09-01 21:06:10 +00:00
Thorin-Oakenpants 217553b367
dom.forms.datetime
https://bugzilla.mozilla.org/show_bug.cgi?id=1492587
2019-07-15 15:54:23 +00:00
Thorin-Oakenpants 06cf53d63e
layout.css.font-loading-api.enabled #744, #731 2019-06-12 13:35:05 +00:00
Thorin-Oakenpants ca5d6b3317
1402: inactive prefs for default fonts, #744 2019-06-11 15:50:08 +00:00
Thorin-Oakenpants 8a204b5db0
font.blacklist.underline_offset, #744 2019-06-11 15:10:44 +00:00
Thorin-Oakenpants c2dbdcd4ec
toolkit.telemetry.cachedClientID, #739 2019-06-07 17:51:49 +00:00
Thorin-Oakenpants be7c50c198
spring cleaning, part 3: closes #716 2019-05-05 17:33:16 +00:00
Thorin-Oakenpants 2a30436905
moar fixups 2019-05-03 07:49:47 +00:00
Thorin-Oakenpants 7f6d7c6a52
fixups 2019-05-03 07:48:12 +00:00
Thorin-Oakenpants 720253eca3
dom.imagecapture.enabled 2019-05-03 07:36:55 +00:00
Thorin-Oakenpants ccec62f66b
SB reporting URLs, closes #710
- the two reportURLs required the user to actively opt to send a report
- the other five reporting URLs use Mozilla domains, which is not a problem. Not entirely sure if they get used or how, don't care
- the dataSharingURL is not needed, the corresponding .enabled pref is sufficent
2019-05-03 02:09:35 +00:00
Thorin-Oakenpants 57f4bd46e9
spring cleaning, closes #716 2019-05-03 00:41:08 +00:00
Thorin-Oakenpants 1e0b3d74f9
browser.urlbar.userMadeSearchSuggestionsChoice
- a user can click the one-off prompt when they first see it
- it's also set when you go changing search suggestions in options
2019-04-30 13:51:13 +00:00
Thorin-Oakenpants f1d28f3878
pedantic aphabetical sorting 2019-04-30 10:10:59 +00:00
Thorin-Oakenpants 57618a31dc
fixups 2019-04-30 10:05:03 +00:00
Thorin-Oakenpants 0d40613268
2 x update prefs, see #709 2019-04-30 08:26:59 +00:00
Thorin-Oakenpants 4dd40bddcc
2 x gmp openh264 2019-04-29 18:22:39 +00:00
Thorin-Oakenpants 0eb107abf3
3 x plugin prefs, see #714 2019-04-29 11:14:50 +00:00
Thorin-Oakenpants 48f3dfec84
browser.safebrowsing.downloads.remote.url 2019-04-29 05:31:17 +00:00
Thorin-Oakenpants ce3d5a8cbe
24 inactive SB+TP prefs, see #710 2019-04-29 04:52:58 +00:00
Thorin-Oakenpants b4a4856223
3 x GMP prefs, see #709 2019-04-28 11:12:11 +00:00
Thorin-Oakenpants 8f1a489e36
3 update prefs, see #708 2019-04-28 02:58:35 +00:00
Thorin-Oakenpants e6017af4bd
3 disk cache prefs
see 053808ba97
2019-04-27 14:06:48 +00:00
Thorin-Oakenpants 8a68fc48c5
pdfjs.enableWebGL 2019-04-22 15:21:16 +00:00
Thorin-Oakenpants 8b07fd57d0
canvas.capturestream.enabled 2019-04-22 14:35:51 +00:00
Thorin-Oakenpants d0b8a08a4b
browser.urlbar.maxHistoricalSearchSuggestions
default 0 in ESR60 and FF60+
2019-01-30 16:16:12 +00:00
Thorin-Oakenpants 5dc3ea66cd
browser.contentblocking.enabled
only existed for FF63+64, default true anyway
2019-01-30 12:38:07 +00:00
earthlng 5b0952f60a
network.auth.subresource-http-auth-allow 2018-12-17 13:00:27 +00:00
earthlng 6946a01232
Update troubleshooter.js 2018-12-17 08:19:14 +00:00
Thorin-Oakenpants 3c247a2c5b
Update ghacks-clear-[removed].js 2018-12-12 13:22:58 +00:00
Thorin-Oakenpants d97d0ec0f5
media.peerconnection*
covered by user_pref("media.peerconnection.enabled", false);
2018-12-12 13:09:03 +00:00
Thorin-Oakenpants f0fbfd3086
network.auth.subresource-img-cross-origin-http-auth-allow #585 2018-12-11 17:44:19 +00:00
Thorin-Oakenpants 4f37975566
browser.sessionstore.max_windows_undo #575 2018-12-11 16:49:38 +00:00
Thorin-Oakenpants f3e2bfa76d
browser.crashReports.unsubmittedCheck.autoSubmit 2018-11-26 15:33:36 +00:00
Thorin-Oakenpants b5c5d8e9d1
removed browser.eme.ui.enabled 2018-11-19 00:37:42 +00:00
earthlng ec5fb6e3a1
removed privacy.trackingprotection.ui.enabled 2018-09-30 15:24:33 +00:00
Thorin-Oakenpants 2d316ceedd
removed *webextensions.keep* 2018-09-12 22:27:26 +00:00
Thorin-Oakenpants e7a71143a8
oophs
these two prefs were moved to deprecated, not removed from the user.js itself
2018-09-08 14:14:46 +00:00
Thorin-Oakenpants 109d4cf916
removed plugin.state.java 2018-09-05 09:33:29 +00:00
Thorin-Oakenpants a89e8fc1e0
removed browser.cache.frecency_experiment 2018-08-29 17:12:13 +00:00
Thorin-Oakenpants e6a13e5a93
removed security.tls.version.fallback-limit 2018-08-20 14:54:47 +00:00
Thorin-Oakenpants 2969c6660f
removed browser.urlbar.autoFill.typed 2018-08-16 14:36:48 +00:00
Hervé 96706cf11e ghacks-clear-[removed].js : Fix JS syntax (#460)
* Fix syntax

* updated 06-July-2018
2018-07-07 01:44:53 +12:00
Thorin-Oakenpants a2b5e1e7cf
updated 03-Jun-2018 2018-06-04 00:28:43 +00:00
Thorin-Oakenpants d9a1c83300
updated 03-Jun-2018 2018-06-04 00:27:20 +00:00
Thorin-Oakenpants 7f1f9e124b
updated 29-May-2018 2018-05-29 16:12:07 +00:00
Thorin-Oakenpants 9a4032f4cd
updated 27-May-2018 2018-05-27 21:43:38 +00:00
Thorin-Oakenpants c92ece7960
updated 26-May-2018 2018-05-26 18:49:44 +00:00
Thorin-Oakenpants 2bf238f384
updated to 26-May-2018 2018-05-26 16:49:39 +00:00
Thorin-Oakenpants 4b8b2d81a0
Create ghacks-clear-[removed].js 2018-05-26 05:00:04 +12:00