From 2199a66c01884afbbedc4306f790758ab57d7711 Mon Sep 17 00:00:00 2001 From: Will Mooreston Date: Thu, 20 Feb 2025 08:49:19 -0800 Subject: [PATCH] fix csp action; add space to trigger csp action --- .github/workflows/copy_csp_blocks.yml | 2 +- server/configs/application.properties | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/copy_csp_blocks.yml b/.github/workflows/copy_csp_blocks.yml index 3730705b03..08538769e5 100644 --- a/.github/workflows/copy_csp_blocks.yml +++ b/.github/workflows/copy_csp_blocks.yml @@ -10,7 +10,7 @@ on: types: - closed branches: - - fb_* + - develop paths: - server/configs/application.properties diff --git a/server/configs/application.properties b/server/configs/application.properties index 527b1ce49a..8cf97be1e6 100644 --- a/server/configs/application.properties +++ b/server/configs/application.properties @@ -161,3 +161,4 @@ csp.report=\ ## File-based Tomcat HTTP access logs are enabled by default and use our recommended pattern. Override as needed. #server.tomcat.accesslog.enabled=false #server.tomcat.accesslog.pattern=%h %l %u %t "%r" %s %b %D %S %I "%{Referer}i" "%{User-Agent}i" %{LABKEY.username}s %{X-Forwarded-For}i +