mirror of
https://github.com/fluxerapp/fluxer.git
synced 2026-09-02 21:04:06 +03:00
perf(api): stop exempting self-hosted from response gating (#2228)
This commit is contained in:
@@ -69,7 +69,7 @@ function resolveValidateResponses(master: MasterConfig): boolean {
|
||||
if (isBoolean(master.dev.validate_responses)) {
|
||||
return master.dev.validate_responses;
|
||||
}
|
||||
return master.env !== 'production' || master.instance.self_hosted;
|
||||
return master.env !== 'production';
|
||||
}
|
||||
|
||||
function resolveTrustClientIpHeader(proxyConfig: object): boolean {
|
||||
|
||||
Reference in New Issue
Block a user