Suggested fix for conflicts
-
Problem: replacing the protocol with just // works 90% of the time, but the remaining 10% of the time, the http(s) is required for code to work. I too have an issue with FreshChat failing with //url.com instead of https://url.com.
Solution: add exception list to plugin, so that if URL = https://xxx.com (what user types in) the URL is ignored.
This way, all the URLs are converted, except the ones defined manually by user. And thus solving most of the queries herein.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Suggested fix for conflicts’ is closed to new replies.