PWB and GMail

Questions and comments about currently under development PWB v3

Moderators: Tyler, Scott

Post Reply
Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

PWB and GMail

Post by Scott »

Google is taking a proactive stance and blocking non-standard browsers when accessing GMail. Because of this we added a few settings to PWB starting with "3.05.8 CEF" that will allow PWB to access GMail.

The new settings are as follows:

[Browser]UserAgent= Sets Browser User Agent. Same as using --user-agent="" command line argument
[Security]CheckUserAgent=False Enable User Agent URL filter
[Files]UserAgentFilterFile= Filter URL to set User Agent

The User Agent filter is set up uses the same format as the URL filter except it uses a tab separated list similar to the following.

-all
"+url" "tab" "user agent string"

Code: Select all

-all
+google.com	Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362
+youtube.com	Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362
+whatismybrowser.com	Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
More information:
https://magpcss.org/ceforum/viewtopic.p ... ent#p43024

--Scott

Scott
Site Admin
Site Admin
Posts: 2527
Joined: Mon Dec 16, 2002 12:31 pm
Location: Rochester, MN
Contact:

Re: PWB and GMail

Post by Scott »

PWB 3.05.8 CEF now sets the filters by default. No need to add the filters unless needed.

--Scott

Post Reply