1
0
mirror of https://github.com/Luzifer/browser-privacy.git synced 2024-09-19 13:22:55 +00:00
browser-privacy/filters.txt

137 lines
4.8 KiB
Plaintext
Raw Normal View History

! Title: Personal Clean-Web
! Checksum: iAOG1bVWw03L+HqamdsJWg
! Description: List of filter rules for uBlock Origin to enhance the browsing privacy and replace Ghostery
! Expires: 1 hour
! TimeUpdated: 2018-07-11T22:41:35+00:00
! Homepage: https://github.com/Luzifer/browser-privacy
! License: https://unlicense.org/
! ---- Global filters ----
! On every page block third-party scripts and frames
*$script,third-party
*$subdocument,third-party
! Welcome to the EU - Remove CookieConsent
||cdnjs.cloudflare.com/ajax/libs/cookieconsent2/*$important,script
! Many pages rely on CDNs - allow scripts except of a blocking rule
@@||ajax.googleapis.com/ajax/libs/*$script
@@||cdnjs.cloudflare.com/ajax/libs/*$script
@@||cdn.jsdelivr.net^$script
@@||code.jquery.com^$script
@@||bootstrapcdn.com/bootstrap/*$script
! All Jimdo websites are using their CDN and are too many to unblock each of them
@@||assets.jimstatic.com^$script
! Allow loading fonts from TypeKit
@@||use.typekit.net^$script
! Allow embedding of YouTube videos
@@||www.youtube.com/embed/*$subdocument
! Override allowed analytics in EasyPrivacy
||cdn.segment.com/analytics.js/*$important,script
! ---- Application specific filters ----
! APP: Amazon Prime Video - https://www.amazon.de/
! Allow loading sources to enable Prime Video playback
@@||aiv-cdn.net^$script,domain=www.amazon.de
@@||ssl-images-amazon.com^$script,domain=www.amazon.de
! APP: DigitalOcean - https://cloud.digitalocean.com/
@@||cloud-cdn-digitalocean-com.global.ssl.fastly.net^$script,domain=cloud.digitalocean.com
@@||js.stripe.com^$script,domain=cloud.digitalocean.com
! APP: Fonts.com - https://www.fonts.com/
@@||fast.fonts.net^$script,domain=www.fonts.com
! The SkyFonts integration is using a script loaded from localhost
! through a custom hostname and needs to be allowed in order for the
! SkyFonts application to be able to add fonts through this trigger
@@||local.skyfonts.com:51001^$script,domain=www.fonts.com
! APP: Google ... - https://*.google.com/
! Allow Google to load its own assets
@@||maps.googleapis.com^$script,domain=google.com
@@||ssl.gstatic.com^$script,domain=google.com
@@||www.gstatic.com^$script,domain=google.com
! APP: HumbleBundle - https://www.humblebundle.com/
@@||humblebundle-a.akamaihd.net^$script,domain=www.humblebundle.com
! APP: Indiegogo - https://www.indiegogo.com/
@@||iggcdn.com^$script,domain=www.indiegogo.com
! APP: INWX - https://www.inwx.de/
@@||static.inwx.com^$script,domain=www.inwx.de
! APP: LinkedIn - https://www.linkedin.com/
@@||static.licdn.com^$script,domain=www.linkedin.com
! APP: Mailgun - https://app.mailgun.com/
@@||js.stripe.com^$domain=app.mailgun.com
@@||m.stripe.network^$subdocument,domain=js.stripe.com
@@||static.zdassets.com$script,domain=app.mailgun.com
! APP: Netlify - https://(app|www).netlify.com/
@@||cdn.netlify.com^$script,domain=netlify.com
! APP: PaS(t)3 - https://paste.luzifer.io/
! Site is using Google Login
@@||accounts.google.com^$subdocument,domain=paste.luzifer.io
@@||apis.google.com^$script,domain=paste.luzifer.io
! APP: PayPal - https://www.paypal.com/
@@||www.paypalobjects.com^$script,domain=www.paypal.com
! APP: pubg.op.gg - https://pubg.op.gg/
@@||opgg-pubg-static.akamaized.net^$script,domain=pubg.op.gg
! APP: Sipgate Team - https://app.sipgate.com/
@@||secure.live.sipgate.de^$subdocument,domain=app.sipgate.com
@@||fast.fonts.net^$script,domain=app.sipgate.com
! APP: Slack - https://*.slack.com/
@@||slack-edge.com^$script,domain=slack.com
! APP: Soundcloud - https://soundcloud.com/
@@||sndcdn.com^$script,domain=soundcloud.com
! APP: Steam - https://store.steampowered.com/
@@||steamstore-a.akamaihd.net^$script,domain=store.steampowered.com
! APP: ToDoist - https://todoist.com/
@@||d3ptyyxy2at9ui.cloudfront.net^$script,domain=todoist.com
! APP: Trello - https://trello.com/
@@||trello-attachments.s3.amazonaws.com^$subdocument,domain=trello.com
||trellocdn.com/dist/newrelic*$important,script,domain=trello.com
@@||trellocdn.com^$script,domain=trello.com
! APP: Twitch - https://www.twitch.tv/
@@||static.twitchcdn.net^$script,domain=www.twitch.tv
! APP: Twitter (page & TweetDeck) - https://*.twitter.com/
@@||abs.twimg.com^$script,domain=twitter.com
! Ensure GA block stays in place after whitelisting ton.twimg.com
||ton.twimg.com/tweetdeck-web/web/scripts/google_analytics.*$important,script,domain=twitter.com
@@||ton.twimg.com^$script,domain=twitter.com
! APP: Vimeo - https://vimeo.com/
! Ensure previous existing block is not overwritten by whitelisting vimeocdn
||f.vimeocdn.com/js_opt/ablincoln_combined.min.js$script,important
@@||vimeocdn.com^$script,domain=vimeo.com
! APP: YNAB - https://app.youneedabudget.com/
@@||evergreen-production-youneedabudgetco.netdna-ssl.com^$script,domain=app.youneedabudget.com
! APP: YouTube - https://www.youtube.com/
@@||s.ytimg.com^$script,domain=www.youtube.com
! vim: set ft=abp: