PWB and GMail
Posted: Sat Feb 29, 2020 5:04 pm
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"
More information:
https://magpcss.org/ceforum/viewtopic.p ... ent#p43024
--Scott
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
https://magpcss.org/ceforum/viewtopic.p ... ent#p43024
--Scott