Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iam-py-test authored Mar 12, 2022
1 parent c8f070e commit 5225e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# note: this does include allowlisting trackers, as this is just for my antimalware list. This will NOT prevent other lists from blocking these domains

# domains which are good & should never be blocked in this list (includes trackers and ads)
gooddomains = ["google.com","www.google.com","duckduckgo.com","www.duckduckgo.com","safeweb.norton.com","mywot.com","www-amazon-com.customer.fastly.net","adguardteam.github.io","iam-py-test.github.io","example.com","r3.o.lencr.org","mozilla.org","www.mozilla.org","www.mozorg.moz.works","github.community","github.githubassets.com","somepythonthings.tk","letsencrypt.org","easylist.to","ublockorigin.com","microsoft.com","amazon.com","mcafee.com","norton.com","msedge.api.cdp.microsoft.com","config.edge.skype.com","msedge.f.tlu.dl.delivery.mp.microsoft.com","msedge.f.dl.delivery.mp.microsoft.com","msedge.b.tlu.dl.delivery.mp.microsoft.com","msedge.b.dl.delivery.mp.microsoft.com","msedge.sf.tlu.dl.delivery.mp.microsoft.com","msedge.sf.dl.delivery.mp.microsoft.com","msedge.sb.tlu.dl.delivery.mp.microsoft.com","msedge.sb.dl.delivery.mp.microsoft.com","msedgeextensions.f.tlu.dl.delivery.mp.microsoft.com","msedgeextensions.f.dl.delivery.mp.microsoft.com","msedgeextensions.b.tlu.dl.delivery.mp.microsoft.com","msedgeextensions.b.dl.delivery.mp.microsoft.com","msedgeextensions.sf.tlu.dl.delivery.mp.microsoft.com","msedgeextensions.sf.dl.delivery.mp.microsoft.com","msedgeextensions.sb.tlu.dl.delivery.mp.microsoft.com","msedgeextensions.sb.dl.delivery.mp.microsoft.com","do.dsp.mp.microsoft.com","edge-enterprise.activity.windows.com","edge.activity.windows.com","api.aadrm.com","api.aadrm.de","api.aadrm.cn","notify.windows.com","wns.windows.com","notify.live.net","login.microsoftonline.com","login.live.com","edge.microsoft.com","goto.target.com","goto-target-com.customtraffic.impactradius.com","admin.microsoft.com","iyec.omni7.jp","hackerone-us-west-2-production-attachments.s3.us-west-2.amazonaws.com","hackerone.com","tryhackme.com","static-labs.tryhackme.cloud","tryhackme.cloud","cdc.gov","google.org","dns.msftncsi.com","131.107.255.255"]
gooddomains = ["google.com","www.google.com","duckduckgo.com","www.duckduckgo.com","safeweb.norton.com","mywot.com","www-amazon-com.customer.fastly.net","adguardteam.github.io","iam-py-test.github.io","example.com","r3.o.lencr.org","mozilla.org","www.mozilla.org","www.mozorg.moz.works","github.community","github.githubassets.com","somepythonthings.tk","letsencrypt.org","easylist.to","ublockorigin.com","microsoft.com","amazon.com","mcafee.com","norton.com","msedge.api.cdp.microsoft.com","config.edge.skype.com","msedge.f.tlu.dl.delivery.mp.microsoft.com","msedge.f.dl.delivery.mp.microsoft.com","msedge.b.tlu.dl.delivery.mp.microsoft.com","msedge.b.dl.delivery.mp.microsoft.com","msedge.sf.tlu.dl.delivery.mp.microsoft.com","msedge.sf.dl.delivery.mp.microsoft.com","msedge.sb.tlu.dl.delivery.mp.microsoft.com","msedge.sb.dl.delivery.mp.microsoft.com","msedgeextensions.f.tlu.dl.delivery.mp.microsoft.com","msedgeextensions.f.dl.delivery.mp.microsoft.com","msedgeextensions.b.tlu.dl.delivery.mp.microsoft.com","msedgeextensions.b.dl.delivery.mp.microsoft.com","msedgeextensions.sf.tlu.dl.delivery.mp.microsoft.com","msedgeextensions.sf.dl.delivery.mp.microsoft.com","msedgeextensions.sb.tlu.dl.delivery.mp.microsoft.com","msedgeextensions.sb.dl.delivery.mp.microsoft.com","do.dsp.mp.microsoft.com","edge-enterprise.activity.windows.com","edge.activity.windows.com","api.aadrm.com","api.aadrm.de","api.aadrm.cn","notify.windows.com","wns.windows.com","notify.live.net","login.microsoftonline.com","login.live.com","edge.microsoft.com","goto.target.com","goto-target-com.customtraffic.impactradius.com","admin.microsoft.com","iyec.omni7.jp","hackerone-us-west-2-production-attachments.s3.us-west-2.amazonaws.com","hackerone.com","tryhackme.com","static-labs.tryhackme.cloud","tryhackme.cloud","cdc.gov","google.org","dns.msftncsi.com","131.107.255.255","content-system.gog.com","gamesdb.gog.com","notifications.gog.com","marketing-sections.gog.com","api.gogalaxy.com","auth.gog.com","users.gog.com","cdn-akamai-ec.gog-services.com","cdn.gog.com","presence.gog.com","gameplay.gog.com","insights-collector.gog.com","external-accounts.gog.com"]
# domains which are used for hosting or contain User Generated Content, and should only have subdomains/specific urls listed
hosting = ["duckdns.org","appspot.com","blogspot.com","raw.githubusercontent.com","githubusercontent.com","github.com","www.gitlab.com","gitlab.com","github.io","storage.cloud.google.com","mediafire.com","archive.org","fastly.net","addons.mozilla.org","sites.google.com","ips-cic-filestore.s3.amazonaws.com","s3.amazonaws.com","amazonaws.com","pp.ua","avatars.githubusercontent.com","cdn.discordapp.com"]
# social media and email
Expand Down

0 comments on commit 5225e35

Please sign in to comment.