-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathblacklistURLs.json
More file actions
26 lines (26 loc) · 901 Bytes
/
blacklistURLs.json
File metadata and controls
26 lines (26 loc) · 901 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"blacklistURLs": [
".*infura.io/.*",
".*cdn.branch.io/.*",
".*api2.branch.io/.*",
".*api.etherscan.io/.*",
".*static.metafi.codefi.network/.*",
".*static.cx.metamask.io/.*",
".*api-goerli.etherscan.io/.*",
".*gateway.pinata.cloud/.*",
".*stale.*",
".*phishing-detection.metafi.codefi.network/.*",
".*phishing-detection.cx.metamask.io/.*",
".*eth.llamarpc.com/.*",
".*token-api.metaswap.codefi.network/.*",
".*gas.api.cx.metamask.io/networks/.*",
".*clients3.google.com/generate_204.*",
".*pulse.walletconnect.org/batch.*",
".*accounts.api.cx.metamask.io/v2/accounts/.*",
".*accounts.api.cx.metamask.io/v1/accounts/.*",
".*exp.host/--/api/v2/development-sessions/.*",
".*mainnet.infura.io/v3/.*",
".*staking.api.cx.metamask.io/v1/pooled-staking/eligibility.*",
".*token.api.cx.metamask.io/tokens/1\\?.*"
]
}