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.
master
Tom Hacohen 7 years ago
parent 78c19fe7c4
commit c1780ce410

@ -1,4 +1,7 @@
<!doctype html> <!doctype html>
<!--!
%%%SIGNED_PAGES_PGP_SIGNATURE%%%
-->
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">

Loading…
Cancel
Save