Allow GoogleApps, but not Google
Posted: Sun Jul 10, 2011 9:38 am
I want to allow for example "www.google.com/calendar", but not "www.google.com" at all.
Is this possible?
Is this possible?
NoScripters and WebSec nerds of all lands, unite!
https://forums.informaction.com/
Code: Select all
# Accept any request to www.google.com/calendar and accounts
Site www.google.com/calendar/ https://www.google.com/accounts/
Accept
# Accept any request from www.google.com/calendar and accounts
Site *
Accept from www.google.com/calendar https://www.google.com/accounts/
# Prevent JavaScript from running on any page from www.google.com
Site www.google.com
Sandbox