Merge pull request #15658 from Security-Onion-Solutions/jertel/wip

do not attempt to redirect to a source map after login
This commit is contained in:
Jason Ertel
2026-03-23 09:55:31 -04:00
committed by GitHub

View File

@@ -387,7 +387,7 @@ http {
error_page 429 = @error429;
location @error401 {
if ($request_uri ~* (^/api/.*|^/connect/.*|^/oauth2/.*)) {
if ($request_uri ~* (^/api/.*|^/connect/.*|^/oauth2/.*|^/.*\.map$)) {
return 401;
}