Skip to content

Commit

Permalink
Remove hardcoded IP address if any
Browse files Browse the repository at this point in the history
  • Loading branch information
huksley committed May 17, 2020
1 parent ab0a03a commit 2d8f259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/cdata.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2d8f259

Please sign in to comment.