Skip to content

Commit

Permalink
fix(proxy): fix requests with proxies (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doridian authored Dec 15, 2020
1 parent ecdb7a0 commit f65df4c
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 170 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ src/config/*.yaml

.env
dotenv
*.proxies
success-*.png

*.wav
Expand Down
330 changes: 165 additions & 165 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
},
"homepage": "https://github.com/jef/streetmerchant#readme",
"dependencies": {
"@doridian/puppeteer-page-proxy": "^1.2.10",
"@jef/pushbullet": "^2.4.3",
"@slack/web-api": "^5.14.0",
"@types/random-useragent": "^0.3.0",
Expand All @@ -46,7 +47,6 @@
"puppeteer-extra-plugin-adblocker": "^2.11.9",
"puppeteer-extra-plugin-block-resources": "^2.2.7",
"puppeteer-extra-plugin-stealth": "^2.6.5",
"puppeteer-page-proxy": "^1.2.8",
"pushover-notifications": "^1.2.2",
"random-useragent": "^0.5.0",
"twilio": "^3.54.0",
Expand Down
Loading

0 comments on commit f65df4c

Please sign in to comment.