Open git-hub-user opened 2 years ago
Add a second custom script source, to make it immediately clear how multiple sources are to be specified.
I first tried .CustomSources("scripts.nwebsec.com *.some-cdn.com")), but that gives a %20 in the actual header, rather than a space.
.CustomSources("scripts.nwebsec.com *.some-cdn.com"))
%20
Add a second custom script source, to make it immediately clear how multiple sources are to be specified.
I first tried
.CustomSources("scripts.nwebsec.com *.some-cdn.com"))
, but that gives a%20
in the actual header, rather than a space.