From 768d97ac6cb3ea4f33d741e7176e8c7bdba7e441 Mon Sep 17 00:00:00 2001 From: Umar Bolatov Date: Wed, 6 Oct 2021 20:27:48 -0700 Subject: [PATCH] Fix remaining Safari inline JS CSP issues (#2954) * fix modfiy webhook inline JS issue * fix uncofirmed warning issue in Safari * fix inline JS Safari issues in checkout --- BTCPayServer/Views/Invoice/Checkout.cshtml | 15 +++++++++++---- BTCPayServer/Views/Stores/ModifyWebhook.cshtml | 7 ++++++- BTCPayServer/Views/Stores/UpdateStore.cshtml | 7 ++++++- 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/BTCPayServer/Views/Invoice/Checkout.cshtml b/BTCPayServer/Views/Invoice/Checkout.cshtml index 73b73c8e2..765a717a0 100644 --- a/BTCPayServer/Views/Invoice/Checkout.cshtml +++ b/BTCPayServer/Views/Invoice/Checkout.cshtml @@ -84,16 +84,23 @@ } diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index c40590262..411d3ef59 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -258,7 +258,7 @@ - @@ -351,4 +351,9 @@ @section PageFootContent { + }