mirror of
https://github.com/Luzifer/browser-privacy.git
synced 2024-11-09 09:30:00 +00:00
Allow GOG to load its assets except trackers
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b41f7b8654
commit
2d332d4576
1 changed files with 7 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
! Title: Personal Clean-Web
|
||||
! Checksum: 9EJAAdm6DD7OCVayj8pY1A
|
||||
! Checksum: fw2ClKIJLx3kr144nlPrPA
|
||||
! Description: List of filter rules for uBlock Origin to enhance the browsing privacy and replace Ghostery
|
||||
! Expires: 1 hour
|
||||
! TimeUpdated: 2020-11-26T10:30:37+00:00
|
||||
! TimeUpdated: 2020-11-26T10:31:44+00:00
|
||||
! Homepage: https://github.com/Luzifer/browser-privacy
|
||||
! License: https://unlicense.org/
|
||||
|
||||
|
@ -132,6 +132,11 @@
|
|||
@@||github.githubassets.com/assets/*$script,domain=github.com
|
||||
@@||render.githubusercontent.com^$subdocument,domain=github.com
|
||||
|
||||
! APP: GOG - https://gog.com/
|
||||
@@||gog-statics.com^$script,domain=gog.com
|
||||
||gog-statics.com/js/insights*.js$script,domain=gog.com,important
|
||||
||gog-statics.com/js/*loginTracking*.js$script,domain=gog.com,important
|
||||
|
||||
! APP: Google ... - https://*.google.com/
|
||||
! Allow Google to load its own assets
|
||||
@@||apis-explorer.appspot.com^$script,domain=cloud.google.com
|
||||
|
|
Loading…
Reference in a new issue