Allowing Google Plus notifications
Posted: Wed Sep 28, 2011 1:48 pm
I get a XSS/clickjacking warning when I try to view notifications for Google Plus in Gmail. I don't want to disable the XSS protection entirely, but I want the notifications to stop in this particular instance.
Google.com is already whitelisted and the following is already in my XSS whitelist:
I'm not totally up on my regular expressions but should that not also allow plus.google.com?
Any help would be appreciated.
Google.com is already whitelisted and the following is already in my XSS whitelist:
Code: Select all
^https?://([a-z]+)\.google\.(?:[a-z]{1,3}\.)?[a-z]+/(?:search|custom|\1)\?
Any help would be appreciated.