-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathmdl.config.json
More file actions
64 lines (64 loc) · 1.16 KB
/
mdl.config.json
File metadata and controls
64 lines (64 loc) · 1.16 KB
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
63
64
{
"ignorePatterns": [
{
"pattern": "^https?://.*.local"
},
{
"pattern": "^https?://.*.internal"
},
{
"pattern": "^https?://localhost"
},
{
"pattern": "^https?://127.0.0.1"
},
{
"pattern": "^https?://.*.example.com"
},
{
"pattern": "^https://yourco.okta.com"
},
{
"pattern": "^https://somehost.com"
},
{
"pattern": "^https://.*ca.smallstep.com"
},
{
"pattern": "^https://i.imgur.com"
},
{
"pattern": "^https://www.arubanetworks.com"
},
{
"pattern": "^https://admin.google.com"
},
{
"pattern": "^https://azure.microsoft.com"
},
{
"pattern": "^https://www.gnu.org"
},
{
"pattern": "^https://freedesktop.org"
},
{
"pattern": "^https://www.hashicorp.com"
},
{
"pattern": "^https://github.com/Neilpang/acme.sh/issues/2422"
},
{
"pattern": "^https://arubanetworking.hpe.com"
},
{
"pattern": "^https://www.w3.org"
}
],
"replacementPatterns": [
{
"pattern": "^/graphics",
"replacement": "{{BASEURL}}/graphics"
}
]
}