Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8587da7

Browse files
committed
webui: Remove some more external requests
Again this is good for compliance with the GDPR and probably a better first impression for users who care and/or use plugins that block these.
1 parent d4fdc91 commit 8587da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webui/templates/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<title>DBHub.io - [[ .Meta.Title ]]</title>
55
<script src="/js/angular-1.8.2.min.js"></script>
66
<script src="/js/angular-sanitize-1.8.2.min.js"></script>
7-
<script src="//angular-ui.github.io/bootstrap/ui-bootstrap-tpls-2.5.0.min.js"></script>
8-
<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
7+
<script src="/js/ui-bootstrap-tpls-2.5.0.min.js"></script>
8+
<link href="/css/bootstrap-3.3.7.min.css" rel="stylesheet">
99
<link rel="stylesheet" href="/css/font-awesome-4.7.0.min.css" integrity="sha384-dNpIIXE8U05kAbPhy3G1cz+yZmTzA6CY8Vg/u2L9xRnHjJiAK76m2BIEaSEV+/aU" crossorigin="anonymous">
1010
<link href="/css/local.css" rel="stylesheet">
1111
<script src="//cdn.auth0.com/js/lock/11.35.0/lock.min.js"></script>

0 commit comments

Comments
 (0)