diff --git a/bfg-1.14.0.jar b/bfg-1.14.0.jar new file mode 100644 index 0000000..688fe71 Binary files /dev/null and b/bfg-1.14.0.jar differ diff --git a/routes/projects.py b/routes/projects.py index 8561490..ea0514c 100644 --- a/routes/projects.py +++ b/routes/projects.py @@ -719,7 +719,7 @@ def remove(id): @projects.route("/id//download", methods=["POST"]) def download(id): tok = request.headers.get("Authorization") - if tok != "ThisIsVeryLegitComeFromCDNNotSpoofedBroTrustMe12": + if tok != config.FILE_SERVER_TOKEN: return "This is a private route!", 403 conn = util.make_connection()