25 lines
923 B
Diff
25 lines
923 B
Diff
From: uazo <uazo@users.noreply.github.com>
|
|
Date: Thu, 20 Apr 2023 15:03:56 +0000
|
|
Subject: Remove https connection from chrome://discards
|
|
|
|
---
|
|
chrome/browser/resources/discards/graph_doc_template.html | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/chrome/browser/resources/discards/graph_doc_template.html b/chrome/browser/resources/discards/graph_doc_template.html
|
|
--- a/chrome/browser/resources/discards/graph_doc_template.html
|
|
+++ b/chrome/browser/resources/discards/graph_doc_template.html
|
|
@@ -82,10 +82,6 @@ URL. As result, this document needs to be self-contained, hence inline scripts.
|
|
}
|
|
|
|
</style>
|
|
- <script src="https://ajax.googleapis.com/ajax/libs/d3js/5.7.0/d3.min.js"
|
|
- integrity="sha384-HL96dun1KbYEq6UT/ZlsspAODCyQ+Zp4z318ajUPBPSMzy5dvxl6ziwmnil8/Cpd"
|
|
- crossorigin="anonymous">
|
|
- </script>
|
|
<script type="application/javascript">
|
|
${javascript_file}
|
|
</script>
|
|
--
|
|
2.25.1
|