mirror of
https://github.com/Fishwaldo/WLED.git
synced 2025-07-22 21:08:32 +00:00
Remove hardcoded IP address if any
This commit is contained in:
parent
ab0a03a420
commit
2d8f2593f0
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue