mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Ran linter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(function() {
|
||||
(function () {
|
||||
const CSRF_COOKIE_NAME = "XSRF-TOKEN";
|
||||
const DEFAULT_HEADER_NAME = "X-XSRF-TOKEN";
|
||||
const SAFE_METHODS = new Set(["GET", "HEAD", "OPTIONS", "TRACE"]);
|
||||
|
||||
Reference in New Issue
Block a user