From 52044214b40f27f2fe9d19d3dff43ab68364ae30 Mon Sep 17 00:00:00 2001 From: amoreauCoveo Date: Mon, 16 Oct 2023 10:50:06 -0400 Subject: [PATCH] Add CSP to source (#287) * Add CSP to source * Implement gruel's comment --- _includes/_content-security-policy.html | 1 + _layouts/base.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 _includes/_content-security-policy.html diff --git a/_includes/_content-security-policy.html b/_includes/_content-security-policy.html new file mode 100644 index 00000000..1b15eda7 --- /dev/null +++ b/_includes/_content-security-policy.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_layouts/base.html b/_layouts/base.html index dc827602..2655aac9 100644 --- a/_layouts/base.html +++ b/_layouts/base.html @@ -20,7 +20,7 @@ - + {% include _content-security-policy.html %}