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:04 UTC

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

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 {