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