Compare commits

...

2 Commits

Author SHA1 Message Date
Jason Ertel
2f9a2e15b3 do not attempt to redirect to a source map after login 2026-03-23 09:48:06 -04:00
Jason Ertel
0c88b32fc2 fix casing to match annotation docs 2026-03-18 15:31:19 -04:00
3 changed files with 3 additions and 3 deletions

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;
}

View File

@@ -6,7 +6,7 @@ nginx:
external_suricata:
description: Enable this to allow external access to Suricata Rulesets managed by Detections.
advanced: True
helplink: nginx
helpLink: nginx
forcedType: bool
ssl:
replace_cert:

View File

@@ -376,7 +376,7 @@ sensoroni:
file: True
global: True
syntax: md
helplink: reports
helpLink: reports
custom:
generic_report1__md:
title: Custom Report 1