-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathrendertron-config.json
40 lines (40 loc) · 1.37 KB
/
rendertron-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
{
"restrictedUrlPattern": "((.*(\\.png|\\.jpg|\\.jpeg|\\.gif|\\.webp|\\.mp4)($|\\?))|googleapis\\.com|gstatic\\.com|bat\\.bing\\.com|klarnacdn\\.net|www\\.google\\.com|datatricks\\.com|googletagmanager\\.com|cookiefirst\\.com|sentry-cdn\\.com|trackedweb\\.net|checkUserIsAuthed|getCartDetails|getGeoIpRedirect|available_regions|googlesyndication\\.com|data\\.*\\.nl)",
"closeBrowser": false,
"cache": "filesystem-tags",
"timeout": 60000,
"cacheConfig": {
"cacheDurationMinutes": 10080,
"cacheMaxEntries": -1,
"snapshotDir": "/app/cache"
},
"width": 1280,
"height": 1200,
"widthMobile": 375,
"widthMobile": 375,
"puppeteerArgs": [
"--user-data-dir=/app/cache/myUserDataDir",
"--autoplay-policy=user-gesture-required",
"--disable-background-networking",
"--disable-breakpad",
"--disable-component-update",
"--disable-default-apps",
"--disable-domain-reliability",
"--disable-notifications",
"--disable-offer-store-unmasked-wallet-cards",
"--disable-prompt-on-repost",
"--disable-renderer-backgrounding",
"--metrics-recording-only",
"--mute-audio",
"--no-default-browser-check",
"--no-first-run",
"--no-pings",
"--no-sandbox",
"--no-zygote",
"--password-store=basic",
"--use-gl=swiftshader",
"--use-mock-keychain",
"--disable-dev-shm-usage",
"--enable-features=NetworkService"
]
}