Closed goapunk closed 8 months ago
Use a regexp to test if a value might be a valid regexp. This fixes config values ending up broken if they contain slashes but are not actually a regexp.
One such example is: "link": {"defaultProtocol": "https://"}
Use a regexp to test if a value might be a valid regexp. This fixes config values ending up broken if they contain slashes but are not actually a regexp.
One such example is: "link": {"defaultProtocol": "https://"}