Closed Kwonunn closed 5 months ago
Previously, a regex in updateProtectedUrls.go would break if Windows replaced \n with \r\n. The regex now accounts for this possibility.
updateProtectedUrls.go
\n
\r\n
Thank you very much for your PR! :)
Previously, a regex in
updateProtectedUrls.go
would break if Windows replaced\n
with\r\n
. The regex now accounts for this possibility.