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
{{ message }}
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
There is a new flag in Chromium 38 (dev), "Extension Content Verification", which if set to be enforced, trying to bring the popup by clicking on the HTTP-E page action icon will cause the HTTP-E to be disabled and marked as "maybe have been corrupted by malware".
This was reported by a user of my own extension, and he mentioned that HTTP-E suffered the same problem: gorhill/httpswitchboard#390
Problem is different with HTTP-Everywhere. I am trying to figure why this happens with HTTPS-E, and so far found nothing. Except that I noticed that there is a missing JS file: jquery.min.js. It's being loaded by popup.html, but the file isn't there.
Edit: jquery is used nowhere in the project as far as I can see, so this line:
There is a new flag in Chromium 38 (dev), "Extension Content Verification", which if set to be enforced, trying to bring the popup by clicking on the HTTP-E page action icon will cause the HTTP-E to be disabled and marked as "maybe have been corrupted by malware".
This was reported by a user of my own extension, and he mentioned that HTTP-E suffered the same problem: gorhill/httpswitchboard#390
The user filed an issue with Chromium devs:
https://code.google.com/p/chromium/issues/detail?id=398557
But there was a prior issue filed about this by another user, https://code.google.com/p/chromium/issues/detail?id=389879, and no feedback so far as to what causes the problem.
Maybe EFF will have better luck with regard to feedback.
The text was updated successfully, but these errors were encountered: