]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/web/donate.py
Drop checking URL blacklists to block users
[ipfire.org.git] / src / web / donate.py
index b22b8cad5ffba49b730cd09b763a35a83ce8a076..21f8e81c23d22d027178d50e789d7ab0dccafbaa 100644 (file)
@@ -6,11 +6,6 @@ import tornado.web
 from . import base
 
 class DonateHandler(base.BaseHandler):
-       @base.blacklisted
-       def prepare(self):
-               # Makes sure that we call blacklist for everything
-               pass
-
        def get(self):
                location = self.get_remote_location()