You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am displaying my test output via HTTPS resource but the jQuery file is being downloaded via nin-secure HTTP link (http://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js) Chrome/Safari browsers does not let the jquery file being downloaded since the page is sourced from an HTTPS connection while JS file is HTTP. I get the error below from my browser
... was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js'. This request has been blocked; the content must be served over HTTPS.
...
I start working for revolut.com recently and I would like to introduce yatspec style acceptance testing
Kind regards,
Ali
The text was updated successfully, but these errors were encountered:
Hi guys,
I am displaying my test output via HTTPS resource but the jQuery file is being downloaded via nin-secure HTTP link (http://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js) Chrome/Safari browsers does not let the jquery file being downloaded since the page is sourced from an HTTPS connection while JS file is HTTP. I get the error below from my browser
...
was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js'. This request has been blocked; the content must be served over HTTPS.
...
I start working for revolut.com recently and I would like to introduce yatspec style acceptance testing
Kind regards,
Ali
The text was updated successfully, but these errors were encountered: