Remove hardcoded IP address if any

pull/921/head
Ruslan Gainutdinov 2020-05-17 23:22:42 +03:00
rodzic ab0a03a420
commit 2d8f2593f0
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -291,7 +291,8 @@ writeChunks(
prepend: "=====(",
append: ")=====",
method: "plaintext",
filter: "html-minify"
filter: "html-minify",
mangle: str => str.replace(/fetch\("http\:\/\/.*\/win/gms, "fetch(\"/win")
},
{
file: "msg.htm",