Skip to content

Commit

Permalink
fix(spec.emu): add integrity for css from cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekNonGeneric authored and ljharb committed Nov 6, 2022
1 parent 14953c2 commit 3447a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<meta charset="utf8">
<link rel="stylesheet" href="./spec.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/github.min.css" integrity="sha512-iDO4iL6PUvPt54yn8f29JSkoMrScHRIMArsHJtOTGg2yTHWT7dfvziWeXIneGy+wGwbrhGMg1a1ntA+sNA+atg==" crossorigin="anonymous">
<script src="./spec.js"></script>
<pre class="metadata">
title: Proposal Title Goes Here
Expand Down

0 comments on commit 3447a12

Please sign in to comment.