mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 00:38:33 +02:00
14 lines
247 B
JavaScript
14 lines
247 B
JavaScript
export const ALL_MIDDLEWARES = [
|
|
"ErrorPage",
|
|
"RedirectHTTP",
|
|
"SetXForwarded",
|
|
"HideXForwarded",
|
|
"CIDRWhitelist",
|
|
"CloudflareRealIP",
|
|
"ModifyRequest",
|
|
"ModifyResponse",
|
|
"OIDC",
|
|
"RateLimit",
|
|
"RealIP",
|
|
];
|