mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-15 07:49:23 +01:00
19 lines
796 B
Plaintext
19 lines
796 B
Plaintext
! https://github.com/gorhill/uBlock/wiki/Static-filter-syntax
|
|
|
|
! Block third party fonts. Once I experience breakage, I will switch to the
|
|
! second rule after which more breakage reports I will keep both commented.
|
|
! However personally I am unlikely to see this as I keep changing font through
|
|
! Dark Reader and OpenDyslexic extensions anyway...
|
|
*$font
|
|
|
|
! In case of issues add a custom filter `*$font,badfilter`
|
|
|
|
! 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)
|
|
!*$font,third-party
|
|
|
|
! The above suggests `*$font,third-party,badfilter` possibly would override
|
|
! this in custom rules.
|