From 7d68c2c4659d837b563ef6076f52ad275f769436 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 6 Feb 2020 11:52:21 +0000 Subject: [PATCH] re-add child-src as the common ancestor of worker-src and frame-src for backwards compat and split onto multiple lines for readability Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/vector/index.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/vector/index.html b/src/vector/index.html index 8021d1c206..5fc815c5d3 100644 --- a/src/vector/index.html +++ b/src/vector/index.html @@ -22,7 +22,21 @@ - + <% for (var i=0; i < htmlWebpackPlugin.files.css.length; i++) { var file = htmlWebpackPlugin.files.css[i]; var match = file.match(/^bundles\/.*?\/theme-(.*)\.css$/);