browser: Allow more control of the referrer

This commit is contained in:
Laurent Bachelier 2015-03-11 14:25:33 +01:00 committed by Romain Bignon
commit b4a428a2c8
2 changed files with 20 additions and 8 deletions

View file

@ -80,6 +80,8 @@ class GoogleBot(Profile):
"""
Try to mimic Googlebot.
Keep in mind there are ways to authenticate real Googlebot IPs.
You will most likely want to set ALLOW_REFERRER to False.
"""
def setup_session(self, session):