Commit ba8b8d8
committed
fix: remove unnecessary security-disabling Puppeteer flags
- Removed --disable-web-security flag that bypasses CORS and CSP
- Removed --no-sandbox flag that disables Chrome's security sandbox
- Removed --disable-setuid-sandbox flag that weakens process isolation
These flags were not necessary for resolving the URL loading timeout issues
and introduced significant security risks. The timeout issues are better
addressed through the increased timeouts and retry logic already in the PR.1 parent 8e3f9bb commit ba8b8d8
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | | - | |
61 | 58 | | |
62 | | - | |
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
| |||
0 commit comments