Closed virgil closed 9 years ago
@virgil can you please explain better the reason of this pull request?
I want to rewrite addresses like action="//xxxxxxx.onion/path/to/file.php"
Because these days you can use the // without the http://. Prior to this page the URLs beginning with a mere // didn't work.
i see. good patch, i've retested it and it implements what you say! :)
integrated manually.
I do a non-matching group for the http/https so that everything else stays the same as the previous regex.