Skip to content

Commit

Permalink
Add rules about google
Browse files Browse the repository at this point in the history
As we know, .google belong to Google.
We add ".google" rule in order to visite some domain, such as domains.google.

Co-Authored-By: asscute <[email protected]>
  • Loading branch information
huiyifyj and asscute committed Apr 7, 2018
1 parent f6f2df3 commit a50b8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy-pac.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ var proxy = "SOCKS5 127.0.0.1:1080; SOCKS 127.0.0.1:1080; DIRECT;";

var rules = [
/* Google */
"||google",
"\/^https?:\\\/\\\/[^\\\/]+google\\.(.*)\/",
"||googleblog.com",
"||g.co",
Expand Down

0 comments on commit a50b8df

Please sign in to comment.