This is an automated email from the ASF dual-hosted git repository.

niallp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/privacy-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 570875b  Amend the CSP rather than replace it (#49)
570875b is described below

commit 570875b553547e90e21266702d4625a9ed68ed4f
Author: Niall Pemberton <[email protected]>
AuthorDate: Tue Apr 15 02:26:20 2025 +0100

    Amend the CSP rather than replace it (#49)
---
 examples/youtube-html/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/youtube-html/.htaccess b/examples/youtube-html/.htaccess
index ffc66ce..30905e0 100644
--- a/examples/youtube-html/.htaccess
+++ b/examples/youtube-html/.htaccess
@@ -1,3 +1,3 @@
 # Allow loading YouTube content after ensuring consent.
 # Additional allowances to be coordinated with privacy team
-Header set Content-Security-Policy "frame-src https://www.youtube-nocookie.com 
https://www.youtube.com";
+Header edit Content-Security-Policy "frame-src" "frame-src 
https://www.youtube-nocookie.com https://www.youtube.com";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to