mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-15 07:49:23 +01:00
12 lines
532 B
Plaintext
12 lines
532 B
Plaintext
! https://github.com/gorhill/uBlock/wiki/Static-filter-syntax
|
|
|
|
! This suggests disabling only third party fonts
|
|
! https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-remote-fonts
|
|
! NOTE that this doesn't seem to affect LocalCDN (which would mind first party
|
|
! fonts being blocked though as it only cares about CDNs). Without the
|
|
! third-party it would block all fonts and random things like Mastodon's
|
|
! buttons would break.
|
|
*$font,third-party
|
|
|
|
! `*$font,third-party,badfilter` possibly would override this in custom rules.
|