typo in skip_check_origin

method was ignored because it had the wrong name
Min RK 9 years ago
parent 70865579a5
commit 4e37ebfb47

@ -13,7 +13,7 @@ class CSPReportHandler(APIHandler):
_track_activity = False
def skip_origin_check(self):
def skip_check_origin(self):
"""Don't check origin when reporting origin-check violations!"""
return True

Loading…
Cancel
Save