From 6a45d7ccd13b07aa22070249fab92bc2d85998dd Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Tue, 20 Apr 2021 04:18:48 +0800 Subject: [PATCH] Remove SRI of bootstrap and font-awesome css Sometimes it causes the fetch event to fail after the PWA cache key is updated: ``` The FetchEvent for "" resulted in a network error response: an "opaque" response was used for a request whose type is not no-cors ``` --- _includes/head.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index b86eefa..1dfe049 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -55,15 +55,10 @@ - + - + {% include css-selector.html %}