Remove unused ADMINISTRATORS content upload posts.
The ADMINISTRATORS list contained hardcoded post IDs (in the 30000s)
intended to be used for uploading graphical assets onto a production
instance of the site. This functionality is not needed here, and the
special logic to bypass awards when commenting on those posts was
largely removed in 9d4195a89f
.
This commit is contained in:
parent
3f360bb457
commit
8949b57609
3 changed files with 13 additions and 40 deletions
|
@ -255,8 +255,6 @@ utm_regex2 = re.compile('[?&]utm_[a-z]+=[a-z0-9_]+', flags=re.A)
|
|||
|
||||
YOUTUBE_KEY = environ.get("YOUTUBE_KEY", "").strip()
|
||||
|
||||
ADMINISTRATORS = (37696, 37697, 37749, 37833, 37838)
|
||||
|
||||
proxies = {"http":"http://127.0.0.1:18080","https":"http://127.0.0.1:18080"}
|
||||
|
||||
approved_embed_hosts = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue