Open mkauf opened 23 hours ago
Requests with an invalid origin should increase only the counter "missing_source_origin" but not the counter "request_invalid".
Before this bugfix, the counter "request_invalid" was also increased, depending on the value of the "Host" or ":authority" header.
Risk Level: Low (only metrics affected) Testing: With improved tests
Requests with an invalid origin should increase only the counter "missing_source_origin" but not the counter "request_invalid".
Before this bugfix, the counter "request_invalid" was also increased, depending on the value of the "Host" or ":authority" header.
Risk Level: Low (only metrics affected) Testing: With improved tests