Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non secure origins warning in Chrome DevTools #38

Open
mayinx opened this issue May 31, 2018 · 3 comments
Open

Non secure origins warning in Chrome DevTools #38

mayinx opened this issue May 31, 2018 · 3 comments

Comments

@mayinx
Copy link

mayinx commented May 31, 2018

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)

Origin
chrome-extension://aggiiclaiamajehmlfpkjmlbadmkledi
Not secure
Your connection to this origin is not secure.

Cheers,
Mayinx

@artemave
Copy link
Owner

Thanks! Glad you like it.

What should we change to remove the warning?

@mayinx
Copy link
Author

mayinx commented Jun 1, 2018

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 ...

@mayinx
Copy link
Author

mayinx commented Jun 1, 2018

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:

chrome-extension://aggiiclaiamajehmlfpkjmlbadmkledi/lib/popup.js
chrome-extension://aggiiclaiamajehmlfpkjmlbadmkledi/lib/tat_popup.js
chrome-extension://aggiiclaiamajehmlfpkjmlbadmkledi/lib/popup.html
chrome-extension://aggiiclaiamajehmlfpkjmlbadmkledi/lib/tat_popup.html

Hope that helps...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants