Recently, code I have used for quite some time has started having errors. When opening certain sites in jsl (either through "webbrowserbox" or "web" commands), several errors are thrown before the web page will open. The same URLs can open correctly in browsers, and will eventually open after escaping out of all the errors in jmp. In particular, bit bucket and confluence are two example websites which both demonstrate this issue while other websites load correctly. Any suggestions if I need to access these sites? Example code is below and error image is attached.
Window = NewWindow("Bit Bucket", <<Modal,
WebBrowserBox("https://bitbucket.org"),
ButtonBox("OK")
);
Web("https://www.atlassian.com/software/confluence", JMP Window);