mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-14 20:39:22 +01:00
dns/blocklist.*: allow first party remote fonts
This commit is contained in:
parent
d18de5d376
commit
54a0b857f3
@ -1,7 +1,7 @@
|
|||||||
! Version: 202405290901
|
! Version: 202405291502
|
||||||
! Description: Aminda gist blocklist test
|
! Description: Aminda gist blocklist test
|
||||||
! Title: Aminda's small blocklist
|
! Title: Aminda's small blocklist
|
||||||
! Last modified: 2024-05-29T09:01:33+03:00
|
! Last modified: 2024-05-29T15:02:08+03:00
|
||||||
! Expires: 24 hours
|
! Expires: 24 hours
|
||||||
! Syntax: Domains (wildcards)
|
! Syntax: Domains (wildcards)
|
||||||
! License: CC-0
|
! License: CC-0
|
||||||
|
@ -1,18 +1,11 @@
|
|||||||
! https://github.com/gorhill/uBlock/wiki/Static-filter-syntax
|
! 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
|
! This suggests disabling only third party fonts
|
||||||
! https://github.com/gorhill/uBlock/wiki/Per-site-switches#no-remote-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
|
! NOTE that this doesn't seem to affect LocalCDN (which would mind first party
|
||||||
! fonts being blocked though as it only cares about CDNs)
|
! fonts being blocked though as it only cares about CDNs). Without the
|
||||||
!*$font,third-party
|
! third-party it would block all fonts and random things like Mastodon's
|
||||||
|
! buttons would break.
|
||||||
|
*$font,third-party
|
||||||
|
|
||||||
! The above suggests `*$font,third-party,badfilter` possibly would override
|
! `*$font,third-party,badfilter` possibly would override this in custom rules.
|
||||||
! this in custom rules.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user