Remove hardcoded IP address if any

This commit is contained in:
Ruslan Gainutdinov 2020-05-17 23:22:42 +03:00
parent ab0a03a420
commit 2d8f2593f0

View File

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