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'm no expert when it comes to chrome extensions - but my wild guess is, one or more elements of the extension try to communicate over a non secure (i. e. http instead of https) connection with resources on the web - e.g to fetch / include required assets like js- / css-files or images etc. - so to fix this, you would have to make sure that all assets of the extension are loaded via https instead of http - but again, I'm just guessing here without any deeper knowledge about the construction of chrome extensions ...
I checked the ChromeDev's "Network"-Panel - seems like the warning is related to one (or all) of the following resources from the extensions lib-folder:
Hey guys (great extension by the way!)
Nothing serious, just a minor warning that's a bit annoying:
When checking the "Security"-tab/-panel in Chrome DevTools, your chrome-extension produces a "non-secure origin"-warning (concerning https/ssl)
Cheers,
Mayinx
The text was updated successfully, but these errors were encountered: