You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/08/11 04:10:03 UTC

[hbase] branch HBASE-24851 created (now c4db8d4)

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

zhangduo pushed a change to branch HBASE-24851
in repository https://gitbox.apache.org/repos/asf/hbase.git.


      at c4db8d4  HBASE-24851 Override CSP in our flaky dashboard html

This branch includes the following new commits:

     new c4db8d4  HBASE-24851 Override CSP in our flaky dashboard html

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[hbase] 01/01: HBASE-24851 Override CSP in our flaky dashboard html

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch HBASE-24851
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit c4db8d4109a4274c84920f8d60fe6554750cc5dd
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Tue Aug 11 12:09:17 2020 +0800

    HBASE-24851 Override CSP in our flaky dashboard html
---
 dev-support/flaky-tests/flaky-dashboard-template.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-support/flaky-tests/flaky-dashboard-template.html b/dev-support/flaky-tests/flaky-dashboard-template.html
index f37c7d5..32a00c7 100644
--- a/dev-support/flaky-tests/flaky-dashboard-template.html
+++ b/dev-support/flaky-tests/flaky-dashboard-template.html
@@ -18,6 +18,7 @@
 <!DOCTYPE html>
 <html>
 <head>
+    <meta http-equiv="Content-Security-Policy" content="connect-src *; default-src 'self' 'unsafe-eval'; script-src *; style-src 'self' 'unsafe-inline'; img-src *;">
     <title>Apache HBase Flaky Dashboard</title>
     <style type="text/css">
         table {