netreplay generates certificates
This commit is contained in:
parent
e6719ab571
commit
49dc671c31
4 changed files with 85 additions and 11 deletions
56
makecerts.py
56
makecerts.py
|
|
@ -25,6 +25,62 @@ DOMAINS = [
|
|||
"googleapis.com",
|
||||
"i.ytimg.com",
|
||||
"ad.doubleclick.net",
|
||||
"theguardian.com",
|
||||
"cdn.privacy-mgmt.com",
|
||||
"bbc.com",
|
||||
"cdn.optimizely.com",
|
||||
"mybbc-analytics.files.bbci.co.uk",
|
||||
"static.bbci.co.uk",
|
||||
"emp.bbci.co.uk",
|
||||
"ichef.bbci.co.uk",
|
||||
"static.files.bbci.co.uk",
|
||||
"gn-web-assets.api.bbc.com",
|
||||
"a1.api.bbc.com",
|
||||
"c2-eu.piano.io",
|
||||
"buy-eu.piano.io",
|
||||
"pub.doubleverify.com",
|
||||
"direct-events-collector.spot.im",
|
||||
"cdn.tinypass.com",
|
||||
"cdn.cxense.com",
|
||||
"prebid.the-ozone-project.com",
|
||||
"scripts.webcontentassessor.com",
|
||||
"cdn.permutive.com",
|
||||
"cdn.speedcurve.com",
|
||||
"sb.scorecardresearch.com",
|
||||
"edigitalsurvey.com",
|
||||
"vtrk.dv.tech",
|
||||
"dotcom.bbc-reporting-api.app",
|
||||
"flo.uri.sh",
|
||||
"cdn.taboola.com",
|
||||
"public.flourish.studio",
|
||||
"cdnjs.cloudflare.com",
|
||||
"js.stripe.com",
|
||||
"s0.2mdn.net",
|
||||
"m.stripe.network",
|
||||
"q.stripe.com",
|
||||
"m.stripe.com",
|
||||
"cdn.brandmetrics.com",
|
||||
"cdn.confiant-integrations.net",
|
||||
"a.teads.tv",
|
||||
"partage.insa-lyon.fr",
|
||||
"docs.partage.renater.fr",
|
||||
"instagram.com",
|
||||
"static.cdninstagram.com",
|
||||
"facebook.com",
|
||||
"gateway.instagram.com",
|
||||
"scontent-mrs2-1.cdninstagram.com",
|
||||
"scontent-mrs2-2.cdninstagram.com",
|
||||
"scontent-mrs2-3.cdninstagram.com",
|
||||
"edge-chat.instagram.com",
|
||||
"graph.instagram.com",
|
||||
"static.xx.fbcdn.net",
|
||||
"stackoverflow.com",
|
||||
"cdn.cookielaw.org",
|
||||
"gravatar.com",
|
||||
"i.sstatic.net",
|
||||
"geolocation.onetrust.com",
|
||||
"googletagmanager.com",
|
||||
"csp.withgoogle.com",
|
||||
]
|
||||
|
||||
def sh(cmds):
|
||||
|
|
|
|||
Loading…
Reference in a new issue