Lint code

This commit is contained in:
Théophile Diot 2023-01-26 14:42:52 +01:00
parent 1f20767565
commit 4f6244e749
No known key found for this signature in database
GPG key ID: E752C80DB72BB014
3 changed files with 1486 additions and 178 deletions

View file

@ -14,14 +14,14 @@
"regex": "^(?! )( ?([1-5]\\d{2})(?!.*\\2(?![^=]))=(/[\\w\\].~:/?#[@!$&'()*+,;=-]*)(?!.*\\3(?!.)))*$",
"type": "text"
},
"INTERCEPTED_ERROR_CODES": {
"context": "multisite",
"default": "400 401 403 404 405 413 429 500 501 502 503 504",
"help": "List of HTTP error code intercepted by Bunkerweb",
"id": "intercepted-error-codes",
"label": "Intercepted error codes",
"regex": "^.*$",
"type": "text"
}
"INTERCEPTED_ERROR_CODES": {
"context": "multisite",
"default": "400 401 403 404 405 413 429 500 501 502 503 504",
"help": "List of HTTP error code intercepted by Bunkerweb",
"id": "intercepted-error-codes",
"label": "Intercepted error codes",
"regex": "^.*$",
"type": "text"
}
}
}

File diff suppressed because it is too large Load diff

View file

@ -100,7 +100,6 @@ volumes:
bw-data:
mariadb:
networks:
bw-universe:
name: bw-universe