Closed NikolayStarodubtsev closed 4 years ago
Previously url variable has strictly provided "https" protocol, which totally broke feed if "https" was provided in endpoint variable. Add new function based on regex to handle both types with or without protocol.
Thanks @NikolayStarodubtsev for the contribution. I left some comments and suggestions.
Previously url variable has strictly provided "https" protocol, which totally broke feed if "https" was provided in endpoint variable. Add new function based on regex to handle both types with or without protocol.