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

rabreu pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/storm-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f4c27f5d3 Adding youtube.com and slideshare.net as CSP exceptions
f4c27f5d3 is described below

commit f4c27f5d3a20d71f1072b0614ae5853ba4a2f2dd
Author: reiabreu <[email protected]>
AuthorDate: Mon Sep 16 10:31:42 2024 +0100

    Adding youtube.com and slideshare.net as CSP exceptions
---
 content/talksAndVideos.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/content/talksAndVideos.html b/content/talksAndVideos.html
index 4e559caae..079a042d1 100644
--- a/content/talksAndVideos.html
+++ b/content/talksAndVideos.html
@@ -4,6 +4,7 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta http-equiv="Content-Security-Policy" content="default-src 'self' 
https://www.youtube.com https://www.slideshare.net";>          
 
     <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
     <link rel="icon" href="/favicon.ico" type="image/x-icon">

Reply via email to