mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
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:
@ -62,7 +62,6 @@ class Version(models.Model):
|
||||
|
||||
def purge_urls(self):
|
||||
yield '/$'
|
||||
yield '/support/submitbug'
|
||||
yield '/support/versioning'
|
||||
yield '/docs/$'
|
||||
yield '/docs/manuals'
|
||||
|
Reference in New Issue
Block a user