From 479eada75f9f8edc418cf193416173218b7d3531 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 6 Mar 2024 15:39:33 +0000 Subject: [PATCH 1/2] DEV: Update to support strict-dynamic CSP --- app/views/layouts/qunit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/qunit.html.erb b/app/views/layouts/qunit.html.erb index c2f5fb5e..0b97ee27 100644 --- a/app/views/layouts/qunit.html.erb +++ b/app/views/layouts/qunit.html.erb @@ -15,7 +15,7 @@ <%= preload_script "wizard-qunit" %> <%= csrf_meta_tags %> - + <%= tag.meta id: 'data-discourse-setup', data: client_side_setup_data %> From da9437d0291469b0c1e3a0146105dabc8a712bc8 Mon Sep 17 00:00:00 2001 From: merefield Date: Thu, 7 Mar 2024 11:36:00 +0000 Subject: [PATCH 2/2] Bump patch --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 7bf10efd..db3650e0 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-custom-wizard # about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more. -# version: 2.6.4 +# version: 2.6.5 # authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever, Juan Marcos Gutierrez Ramos # url: https://github.com/paviliondev/discourse-custom-wizard # contact_emails: development@pavilion.tech