diff --git a/assets/js/rules.js b/assets/js/rules.js index 2d7e5c0..24716a4 100644 --- a/assets/js/rules.js +++ b/assets/js/rules.js @@ -100,6 +100,20 @@ const DEFAULT_DOMAIN_RULES = [ blacklist: ['ref'], whitelist: ALL_TRACKERS, }), + new DomainRule({ + domainMatcher: new DomainMatcher('code.videolan.org', { + endsWith: true, + }), + blacklist: ['ref'], + whitelist: ALL_TRACKERS, + }), + new DomainRule({ + domainMatcher: new DomainMatcher('gitlab.freedesktop.org', { + endsWith: true, + }), + blacklist: ['ref'], + whitelist: ALL_TRACKERS, + }), new DomainRule({ domainMatcher: new DomainMatcher('steampowered.com', { endsWith: true,