[Vuejs]-Force all third party requests from Youku to be over https and not http

0πŸ‘

βœ…

In the end the solution was to include a meta tag in the header.

'<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

Leave a comment