Move submitbug under /account/

In passing make it require ssl, make it no longer csrf-exempt,
and make it require a login so we don't let unauthenticated emails
through.
This commit is contained in:
Magnus Hagander
2016-05-17 17:37:09 -04:00
parent a9ca816f02
commit cd37dac7fd
8 changed files with 15 additions and 11 deletions

View File

@ -62,7 +62,6 @@ class Version(models.Model):
def purge_urls(self):
yield '/$'
yield '/support/submitbug'
yield '/support/versioning'
yield '/docs/$'
yield '/docs/manuals'