mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-08 13:45:06 -05:00
Handle beta cookies in the cookie classifier.
This commit is contained in:
@@ -172,6 +172,8 @@ class Cookie(object):
|
||||
return "clicks"
|
||||
elif cookie_name.startswith("__utm"):
|
||||
return "ga"
|
||||
elif cookie_name.startswith("beta_"):
|
||||
return "beta"
|
||||
else:
|
||||
return "other"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user