Remove hardcoded IP address if any
This commit is contained in:
parent
ab0a03a420
commit
2d8f2593f0
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user