From 1b7cd7e428bbcdc45ee1f1f8e78267a9ce213462 Mon Sep 17 00:00:00 2001 From: j4y <36337+j4y@users.noreply.github.com> Date: Fri, 26 Dec 2025 11:36:15 -0500 Subject: [PATCH] chore: add SRI and security attributes to CDN assets - remove deprecated X-UA-Compatible meta tag - add integrity, crossorigin, and referrerpolicy to GitHub ribbon CSS - add integrity, crossorigin, and referrerpolicy to jQuery CDN script - modernize external resource loading for improved security and CodeQL compliance --- _includes/head.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index df8146b..178e63c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,6 +1,5 @@ - @@ -11,8 +10,18 @@ - - + +