forked from netptop/siteproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed host parsing issue; fixed the issue that '/https/proxy.netptop.…
…com/' exists in url; improve performance by using bodyList;fixed twitter search issue by add x- headers for twitter only;allow service worker running at / scope; set cookie expiration at 1 day; fixed the cloudflare wrap issue for www.xvideos.com;
- Loading branch information
Showing
7 changed files
with
208 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,5 @@ release | |
yarn-error.log | ||
yarn.lock | ||
.history | ||
.vscode | ||
.umirc.local.js | ||
.now | ||
.now |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name":"Python: Current File", | ||
"type":"python", | ||
"request":"launch", | ||
"program":"${file}", | ||
"args": ["web-result.txt"], | ||
"console":"integratedTerminal" | ||
}, | ||
{ | ||
"type": "node", | ||
"request": "launch", | ||
"name": "Launch Program", | ||
"skipFiles": [ | ||
"<node_internals>/**" | ||
], | ||
"env": { | ||
"PORT":"8011", | ||
"localFlag": "true", | ||
"runtimeArgs": ["--tls-min-v1.0"], | ||
"args": [] | ||
}, | ||
"program": "${workspaceFolder}/index.js" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.