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 have used this library in my project. However I get the following error
'Picker.js:62 Mixed Content: The page at 'https://....' was loaded over HTTPS, but requested an insecure resource 'http://api.giphy.com/v1/gifs/trending?api_key=dc6zaTOxFJmzC'. This request has been blocked; the content must be served over HTTPS.'
I have changed the url in the library to include 'https' instead of 'http' and my implementation works fine. However we use npm that will directly install the library from your link. Can you include this change in your package and publish?
Thanks.
The text was updated successfully, but these errors were encountered:
I have used this library in my project. However I get the following error
'Picker.js:62 Mixed Content: The page at 'https://....' was loaded over HTTPS, but requested an insecure resource 'http://api.giphy.com/v1/gifs/trending?api_key=dc6zaTOxFJmzC'. This request has been blocked; the content must be served over HTTPS.'
I have changed the url in the library to include 'https' instead of 'http' and my implementation works fine. However we use npm that will directly install the library from your link. Can you include this change in your package and publish?
Thanks.
The text was updated successfully, but these errors were encountered: