deno.land / x / manual@v1.28.2 / .github / .mlc_config.json

.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
{ "ignorePatterns": [ { "pattern": [ "^https://deno.land/(std|api)@" ] }, { "pattern": [ "^https://github.com/denoland/deno/blob/" ] }, { "pattern": [ "https://deno.land/images/schematic_v0.2.png" ] }, { "pattern": [ "^http://(localhost|0.0.0.0)" ] }, { "pattern": [ "^/api" ] }, { "pattern": [ "^https://dash.cloudflare.com" ] } ], "httpHeaders": [ { "urls": ["https://crates.io"], "headers": { "accept": "text/html" } }, { "urls": ["https://deno.land"], "headers": { "accept": "text/html" } } ]}
manual

Version Info

Tagged at
a year ago