Make extension sidebar work

This commit is contained in:
Asher
2019-07-10 16:29:15 -05:00
parent 86e8ba12e7
commit 54ffd1d351
7 changed files with 934 additions and 1286 deletions

3
uriTransformerHttps.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = (remoteAuthority) => {
return require("./uriTransformer")(remoteAuthority, true);
};