diff options
author | Saftius | 2022-12-21 22:23:48 +0100 |
---|---|---|
committer | Saftius | 2022-12-21 22:23:48 +0100 |
commit | 564ef0171b643743ae5f044d0524785d40d481e9 (patch) | |
tree | cace42a95403740cb19ee43082dacf9a6cc9beab /layouts/partials/analytic-cfga.html | |
parent | 16994b52c0e32f1015a06ffb4d4f0a86a4bf0abe (diff) | |
download | hugo-theme-fuji-564ef0171b643743ae5f044d0524785d40d481e9.tar.gz hugo-theme-fuji-564ef0171b643743ae5f044d0524785d40d481e9.tar.bz2 hugo-theme-fuji-564ef0171b643743ae5f044d0524785d40d481e9.zip |
Add integrity check to remote resources
* Generated with [SRI Hash Generator](https://www.srihash.org/)
Diffstat (limited to 'layouts/partials/analytic-cfga.html')
-rw-r--r-- | layouts/partials/analytic-cfga.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/analytic-cfga.html b/layouts/partials/analytic-cfga.html index fa93ede..cd934ee 100644 --- a/layouts/partials/analytic-cfga.html +++ b/layouts/partials/analytic-cfga.html @@ -3,5 +3,5 @@ window.ga_tid = '{{ .Site.Params.googleAnalyticsTid }}'; window.ga_api = '{{ .Site.Params.googleAnalyticsRoute }}'; </script> -<script async src="https://cdn.jsdelivr.net/npm/cfga@1.0.3/cfga.min.js"></script> +<script async src="https://cdn.jsdelivr.net/npm/cfga@1.0.3/cfga.min.js" integrity="sha512-lRbEZn5fxOABG6OSL9nc8jcBtSrkYGirXoMDfNoatsLtJBxLSQEdFoglfdflmdE8uTLesQlo1iLtSH08lNJxfw==" crossorigin="anonymous"></script> {{ end }} |