Skip to content

Commit f7efaf1

Browse files
authored
Merge pull request #1372 from ucdavis/JCS/FaCdnFix
Fix font awesome cdn
2 parents 3565f12 + 75fe732 commit f7efaf1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Keas.Mvc/Views/Shared/_Layout.cshtml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@
6060
rel="stylesheet"
6161
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
6262
crossorigin="anonymous">
63-
<link rel="stylesheet"
64-
href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
65-
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/"
66-
crossorigin="anonymous">
63+
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.6.3/css/all.min.css"
64+
rel="stylesheet"
65+
integrity="sha512-f2MWjotY+JCWDlE0+QAshlykvZUtIm35A6RHwfYZPdxKgLJpL8B+VVxjpHJwZDsZaWdyHVhlIHoblFYGkmrbhg=="
66+
crossorigin="anonymous"
67+
referrerpolicy="no-referrer" />
6768
</environment>
6869

6970
<environment names="Staging,Production">

0 commit comments

Comments
 (0)