1
0
Fork 0
Commit Graph

1897 Commits

Author SHA1 Message Date
Thorin-Oakenpants 1d63e836ee
musical chairs part 1
- move 2200s into respective sections
- move FPing items into 2500s
2021-08-17 02:52:19 +00:00
Thorin-Oakenpants 668e843fce
misc
- remove 2720
   - this is a very old pref, been inactive since at least our first github release: v51
   - disabling the API is not how you control client side state: you do that by blocking cookies which also controls other state such as IDB etc
- 2700 section header
  - history/downloads is redundant
  - Offline Website Data info -> relevant item number with Active Logins info
  - ^ technically it still includes appCache for ESR78 users, but that will be moot in less than three months
- tidy RFP
  - update to FF91 userAgent spoofing: there is no Android ESR so we don't need to mention "Android 9"
  - we don't need to say if the API is enabled for mediaDevices
2021-08-16 15:34:57 +00:00
Thorin-Oakenpants 51e388ae86
dom.storage.enabled 2021-08-16 15:06:06 +00:00
Thorin-Oakenpants e7872b193b
!yoda
no bytes were harmed in the making of this commit
2021-08-16 04:22:46 +00:00
Thorin-Oakenpants 8d6ee7c0c7
oophs 2021-08-16 04:18:12 +00:00
Thorin-Oakenpants 7d1e244f5a
0506: clarify
oh noes! what's blocked, the pref or the ping? .. also save MOAR bytes
2021-08-16 04:10:20 +00:00
Thorin-Oakenpants dcc736bb85
I meant 14 lines, u lucky bastards 2021-08-16 04:03:56 +00:00
Thorin-Oakenpants 68568c1abf
trim 1198 bytes (u lucky bastards!) + 13 lines 2021-08-16 04:02:15 +00:00
Thorin-Oakenpants 1b33f574bb
RFP stuff 2021-08-14 04:44:50 +00:00
Thorin-Oakenpants 568a05ad7d
2502: trim
this info is useless .. save three lines
2021-08-14 04:18:04 +00:00
icpantsparti c45094fdd9
nits! (edit 2 typos) (#1232) 2021-08-11 20:56:51 +00:00
Thorin-Oakenpants c3b7f7538c
i do not like mixed case lists 2021-08-10 01:21:04 +00:00
Thorin-Oakenpants 4b38e20f14
change 4600s into do not use, #1221 (#1225)
see https://github.com/arkenfox/user.js/issues/1221#issuecomment-895623028
2021-08-10 00:18:19 +00:00
Thorin-Oakenpants d19d4ba784
final update
in hindsight, the original name is more accurate
2021-08-09 20:42:51 +00:00
Thorin-Oakenpants dd112a167d
final update 2021-08-09 20:39:47 +00:00
Thorin-Oakenpants 92b7fb81d0
fixup STATS year 2021-08-04 18:45:15 +00:00
Thorin-Oakenpants 404d1d466a
update [STATS]
- just in time for ESR91
2021-08-04 17:23:38 +00:00
Thorin-Oakenpants 06e5de4332
tweak windows SSO info/reference 2021-08-04 10:32:33 +00:00
Thorin-Oakenpants eb4363dc18
tweak info in section 2800 header, #1223 2021-08-01 17:36:04 +00:00
Thorin-Oakenpants 5c93ebb54f
misc, closes #1220 2021-07-30 05:48:17 +00:00
Thorin-Oakenpants b8f3d93a5c
v90 2021-07-26 03:11:09 +00:00
Thorin-Oakenpants f53f01823f
1203 default info 2021-07-24 12:56:27 +00:00
Thorin-Oakenpants 18dbb56a3d
put 1203 back
see 3bb9fc713f
2021-07-24 12:51:15 +00:00
Thorin-Oakenpants cc8674c16d
revert last commit 2021-07-24 12:49:39 +00:00
Thorin-Oakenpants f394fd0290
move webgl to hardware fingerprinting
- merge into a single number, update the alt pref number
- update RFP info to reflect that it is not a cure-all
2021-07-24 01:56:46 +00:00
Thorin-Oakenpants f24899fcac
cleanup language specific links 2021-07-24 01:04:03 +00:00
Thorin-Oakenpants a7ba61c0d4
0304: background service app update [windows]
- the service implies a check is done first, I'm more concerned with the actual updating: not that updates are bad, it's about controlling when (if ever e.g. my test suite)
- since 0301 has to be done manually in Windows, 0302 is a good fallback **IF** the background service is applicable (read the link)
- clean up the numbering
2021-07-24 00:52:38 +00:00
Thorin-Oakenpants babb9f3682
4612: remove outdated confusing line 2021-07-22 03:41:39 +00:00
Thorin-Oakenpants b22e349d44
make 4620 more accurate and match RFP section info 2021-07-20 03:38:49 +00:00
Thorin-Oakenpants bb48fe4ebe
RFP: 4612 is not disabled (by default) 2021-07-20 03:34:49 +00:00
Thorin-Oakenpants 44a8088481
tidy
- "enforce" is for when we set the default value
- use [WARNING] for inactive (they're inactive for a reason and people really do not need to turn them on) but less scary [NOTE] for active (tweak away at your own risk)
  - seems neater, easier and less scary for users setting up the first time: i.e they only need to initially look at active items
  - FYI: I was going to add something to LSNG (2760) that it is required for Fission, but will wait, and it struck me that 2680 was the only active item with a warning: seems inconsistent
- 2684: security delay .. make enforce mean enforce (default) ... not worth occasionally saving .3 seconds
   - for now it's one less item in differences/flips
   - might make this inactive in 91+, and add a warning
   - it has been a very long time since we added this due to bad advise/references on the internet on how to speed up Firefox
2021-07-20 02:51:52 +00:00
Thorin-Oakenpants 4c8c9bc01f
security.tls.version.enable-deprecated
default false since it was added in FF71 - see https://bugzilla.mozilla.org/1579285
2021-07-20 02:02:26 +00:00
Thorin-Oakenpants 3bb9fc713f
remove 1203
default false since it was added in FF71 - see https://bugzilla.mozilla.org/1579285
2021-07-20 02:00:33 +00:00
Thorin-Oakenpants b761a9dd32
4505: experimental RFP prefs
and tidy up all instances (eight) of "do not use": all caps, no asterisks, immediately after [warning]
2021-07-08 07:08:38 +00:00
Thorin-Oakenpants 0da2ecdb4d
keep current rather than every ESR 2021-07-08 06:41:59 +00:00
Thorin-Oakenpants 31e864c16c
0913: disable windows SSO FF91+
- and make 2730 more accurate and add bugzilla
- future RFP additions will be FF91+
2021-07-08 06:21:53 +00:00
earthlng acc1376c37
Update arkenfox-clear-deprecated.js 2021-07-07 14:33:20 +00:00
earthlng 939d75e5eb
Update arkenfox-clear-removed.js 2021-07-07 14:25:08 +00:00
earthlng 3b573bf9f0
Update arkenfox-clear-RFP-alternatives.js 2021-07-07 14:15:51 +00:00
earthlng a231c1e90e
Update arkenfox-clear-RFP-alternatives.js 2021-07-07 14:10:24 +00:00
Thorin-Oakenpants f229a3cb75
fixup FF90 deprecated (#1207) 2021-07-07 11:51:44 +00:00
Thorin-Oakenpants 981462ee54
FF90 deprecated 2021-07-06 13:26:44 +00:00
Thorin-Oakenpants d940ffb3c6
105c: add "sponsored shortcuts" 2021-07-06 06:32:58 +00:00
Thorin-Oakenpants a6d20eaf5b
1264: update ciphers, fixes #1196 (#1197) 2021-06-23 16:22:10 +00:00
Thorin-Oakenpants b93a5e334c
2510 webaudio -> inactive RFP alts, closes #1194 2021-06-20 12:49:57 +00:00
Thorin-Oakenpants c98606430c
move 2505 to RFP alts, closes #1099 2021-06-20 09:29:38 +00:00
Thorin-Oakenpants 12c0631900
4501: remove confusing RFP line 2021-06-16 16:48:14 +00:00
Thorin-Oakenpants efcceaf2c3
enforce non-native widget theme 2021-06-15 09:55:42 +00:00
earthlng 9018577a3e
v1.4 (#1189)
- add -s parameter to start immediately / skip prompt / run non-interactive

This is useful if the user wants to automate the process of updating the user.js and cleaning prefs.

- fQuit: error messages to stderr
- fFF_check: info msg to stderr

Better support for suppressing/redirecting stdout while still showing any error messages in the console, useful for example with `prefsCleaner.sh -s >/dev/null`
2021-06-07 11:18:40 +00:00
earthlng 6968b9a369
v3.2 - proper fix for the diff issue
- re-arrange the match patterns to fix the remaining issue of dropping lines after the 9999 block
- make it work on Mac too
- use `|` where possible so we don't need to escape the forward-slashes. That saves a few bytes and makes the pattern easier to read
2021-06-06 21:30:14 +00:00