From c1780ce410e7bc6e7e9439ca862f417fe00e1941 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Fri, 29 Dec 2017 14:20:40 +0000 Subject: [PATCH] Add support for Signed Pages page signing. This commit adds support for: https://github.com/tasn/webext-signed-pages Subresource integrity currently needs to be applied manually due to the lack of support in create react app. Will be automatic once it's there. --- public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.html b/public/index.html index 7777faa..a9e385c 100644 --- a/public/index.html +++ b/public/index.html @@ -1,4 +1,7 @@ +