Bug with Safari on iOS

I’ve debugged the website from my iPhone 6s iOS 11.3.1(15E302).
Please see screenshot attached of the “blocked” errors I’ve received.
Those links are the wix code backend files. It seems like there is “http” instead of “https” when it refers to the backend js files.


[Warning] [blocked] The page at https://www.trialjectory.com/?istest=1 was not allowed to display insecure content from http://531cac7f-2785-488b-89a4-6c209078739c.static.pub.wix-code.com/static/v2/1628cb25-960d-46a5-a1ff-fe510408f737/531cac7f-2785-488b-89a4-6c209078739c/pages/edw59.js.map?empty-if-missing=true&exclude=wix-&module-name=edw59 .

[Warning] [blocked] The page at https://www.trialjectory.com/?istest=1 was not allowed to display insecure content from http://531cac7f-2785-488b-89a4-6c209078739c.static.pub.wix-code.com/static/v2/1628cb25-960d-46a5-a1ff-fe510408f737/531cac7f-2785-488b-89a4-6c209078739c/pages/masterPage.js.map?empty-if-missing=true&exclude=wix-&module-name=masterPage .

Hi Itamar,

You don’t say what it is you’re doing. Code? Page?

Yisrael

Those links are the wix code backend files. It seems like there is “http” instead of “https” when it refers to the backend js files.

Hi,

Just checked the issue - there is no bug and nothing corrupted or real blocked.
In Safari (general), not related to iOS - once you are using Developer tools,
Safari for some reason goes to the commented message inside the file and trying to send a request for the sourceMappingURL (http).
But the actual request is to HTTPShttps://19f1493c-da65-4960-8e75-06982c7a4403.static.pub.wix-code.com/static/v2/429c5501-88e0-4333-9470-87043241570e/19f1493c-da65-4960-8e75-06982c7a4403/pages/masterPage.js?empty-if-missing=true&exclude=wix-&module-name=masterPage
Here you can see how it looks:


​On Sunday we will prepare a " fix " - for updating the https of sourceMappingURL.

Thanks.