-
Notifications
You must be signed in to change notification settings - Fork 170
/
mlc_config.json
62 lines (62 loc) · 1.23 KB
/
mlc_config.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"httpHeaders": [
{
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
},
"urls": [
"https://docs.github.com/",
"https://github.com/",
"https://guides.github.com/",
"https://help.github.com/"
]
}
],
"ignorePatterns": [
{
"pattern": "https://manage.auth0.com/"
},
{
"pattern": "https://developer.android.com/studio/run"
},
{
"pattern": "https://developer.android.com/studio/projects/create-project"
},
{
"pattern": "https://github.com/Web3Auth/single-factor-auth-react-native"
},
{
"pattern": "https://opensea.io"
},
{
"pattern": "https://infura.io"
},
{
"pattern": "https://app.infura.io/login"
},
{
"pattern": "https://etherscan.io"
},
{
"pattern": "https://sepolia.etherscan.io"
},
{
"pattern": "https://optimistic.etherscan.io"
},
{
"pattern": "https://algorandtechnologies.com/"
},
{
"pattern": "https://stackoverflow.com"
},
{
"patter": "https://www.mocaverse.xyz/"
}
],
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "https://web3auth.io/docs/"
}
]
}