Skip to content

Commit 2194067

Browse files
committed
Updated to add CSP Meta tag
1 parent 3db9020 commit 2194067

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

BlazegraphBasedTPFServer/apidocs/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<head>
55
<!-- Generated by javadoc (1.8.0_51) on Tue Jan 26 11:23:43 EST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<meta
8+
http-equiv="Content-Security-Policy"
9+
content="default-src 'self'; upgrade-insecure-requests;"/>
710
<title>Blazegraph-Based TPF Server 0.1.0 API</title>
811
<script type="text/javascript">
912
targetPage = "" + window.location.search;

blazegraph-samples/apidocs/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<head>
55
<!-- Generated by javadoc on Wed Jan 27 00:32:00 EST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7+
<meta
8+
http-equiv="Content-Security-Policy"
9+
content="default-src 'self'; upgrade-insecure-requests;"/>
710
<title>Blazegraph Application Samples 2.0.0 API</title>
811
<script type="text/javascript">
912
targetPage = "" + window.location.search;

blog/index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<head>
1212
<meta charset="UTF-8" />
1313
<meta name="viewport" content="width=device-width" />
14+
<meta
15+
http-equiv="Content-Security-Policy"
16+
content="default-src 'self'; upgrade-insecure-requests;"/>
1417
<title>Blazegraph(tm) | Blazegraph(tm) is a scale-out storage and computing fabric supporting optional transactions, very high concurrency, and very high aggregate IO rates.</title>
1518
<link rel="profile" href="http://gmpg.org/xfn/11" />
1619
<link rel="pingback" href="/xmlrpc.php" />
@@ -1126,4 +1129,4 @@ <h3 class="widget-title">Recent Posts</h3>
11261129
<script type='text/javascript' src='/wp-content/themes/twentytwelve/js/navigation.js?ver=20140711' id='twentytwelve-navigation-js'></script>
11271130
<script type='text/javascript' src='/wp-includes/js/wp-embed.min.js?ver=5.6' id='wp-embed-js'></script>
11281131
</body>
1129-
</html>
1132+
</html>

database/apidocs/index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc on Mon Mar 18 18:56:18 UTC 2019 -->
6-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
7+
<meta
8+
http-equiv="Content-Security-Policy"
9+
content="default-src 'self'; upgrade-insecure-requests;"/>
710
<title>Blazegraph Database Platform 2.1.5 API</title>
811
<script type="text/javascript">
912
targetPage = "" + window.location.search;

index.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
<link rel="icon"
44
type="image/png"
55
href="favicon.ico" />
6+
<meta
7+
http-equiv="Content-Security-Policy"
8+
content="default-src 'self'; upgrade-insecure-requests;"/>
69
<title>Blazegraph Database</title>
710
</head>
811
<body>
@@ -11,7 +14,7 @@
1114

1215
<p>Blazegraph™ DB is a ultra high-performance graph database supporting Blueprints and RDF/SPARQL APIs. It supports up to 50 Billion edges on a single machine. It is in production use for Fortune 500 customers such as EMC, Autodesk, and many others. It is supporting key <a href ="https://www.syapse.com">Precision Medicine</a> applications and has wide-spread usage for life science applications. It is used extensively to support Cyber analytics in commercial and government applications. It powers the Wikimedia Foundation's <a href = "https://query.wikidata.org/">Wikidata Query Service</a>.</p>
1316

14-
<p><img src="images/blazegraph_logo.png"></p>
17+
<p><img src="images/blazegraph_logo.png"/></p>
1518

1619
<h3>Blazegraph Javadocs</h3>
1720
<ul>
@@ -41,7 +44,7 @@ <h3>Starting points:</h3>
4144

4245
<h3>Download Blazegraph</h3>
4346
<p>You can choose an executable jar, war file, or tar.gz distribution.</p>
44-
<p>After you've downloaded it, checkout out our <a href="https://wiki.blazegraph.com/wiki/index.php/Quick_Start">quick start guide</a> and <a href="https://github.com/SYSTAP/blazegraph-samples">sample applications</a>. Once you've started development, the Blazegraph Community is the best way for us to assist in your design and development. Support is available via the <a href="https://github.com/blazegraph/database/issues">Github Issues</a> and JIRA i<a href="https://jira.blazegraph.com/">ssue tracker.</a>
47+
<p>After you've downloaded it, checkout out our <a href="https://wiki.blazegraph.com/wiki/index.php/Quick_Start">quick start guide</a> and <a href="https://github.com/SYSTAP/blazegraph-samples">sample applications</a>. Once you've started development, the Blazegraph Community is the best way for us to assist in your design and development. Support is available via the <a href="https://github.com/blazegraph/database/issues">Github Issues</a> and JIRA <a href="https://jira.blazegraph.com/">issue tracker.</a></p>
4548
<p><a href="https://github.com/blazegraph/database/releases/latest" rel="nofollow">Download Blazegraph</a></p>
4649
<p><img src="https://img.shields.io/github/downloads/blazegraph/database/total.svg"/></p>
4750

tinkerpop3/apidocs/index.html

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<head>
55
<!-- Generated by javadoc (1.8.0_51) on Tue Jan 26 12:32:15 EST 2016 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7+
<meta
8+
http-equiv="Content-Security-Policy"
9+
content="default-src 'self'; upgrade-insecure-requests;"/>
710
<title>blazegraph-gremlin 1.0.0 API</title>
811
<script type="text/javascript">
912
targetPage = "" + window.location.search;

0 commit comments

Comments
 (0)