From 00f2c8754cadaaf74b244b728e85d78175d29ae6 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Tue, 14 May 2024 10:54:40 +0530 Subject: [PATCH] minor update --- http/exposed-panels/pocketbase-panel.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/http/exposed-panels/pocketbase-panel.yaml b/http/exposed-panels/pocketbase-panel.yaml index 963b47a412..221c4349db 100644 --- a/http/exposed-panels/pocketbase-panel.yaml +++ b/http/exposed-panels/pocketbase-panel.yaml @@ -19,10 +19,8 @@ http: - method: GET path: - "{{BaseURL}}/_/#/login" - - "{{BaseURL}}/_/images/favicon/favicon.ico" - stop-at-first-match: true - matchers-condition: or + matchers-condition: and matchers: - type: word part: body @@ -30,6 +28,6 @@ http: - 'PocketBase' case-insensitive: true - - type: dsl - dsl: - - "status_code==200 && (\"981081715\" == mmh3(base64_py(body)))" + - type: status + status: + - 200