Hello,
I first want to say thanks for writing such a fantastic addon.
My system is:
Windows 7
FireFoxF 11.0
1password Extension 3.90.
ABP 2.03
A recent update of ABP has caused 1password extension to no longer auto-complete, and cause me to restart what they call 1Password Helper.
I am not sure what is going on, after contacting agile bits they recommended disabling ABP because they had been getting some reports.
When I did it solved the 1password problem. I obviously want to use ABP so I was wondering if there is anything I can submit or tell you to help solve this.
Thanks,
Michael.
[Incomplete] ABP 2.03 block 1password autocomplete
-
- Posts: 1
- Joined: Sat Mar 31, 2012 5:38 am
Re: ABP 2.03 block 1password autocomplete and forces restart
what filter subscriptions do you use ?
Re: ABP 2.03 block 1password autocomplete and forces restart
I cannot really see the issue from the source code of the 1password extension (which is big, ugly and minified by the way). It does inject a <script> tag into web pages (looks like a security issue to me) but it uses the resource: protocol scheme that Adblock Plus ignores. It doesn't seem to do any server requests in this context meaning nothing for Adblock Plus to block.
It would help if you could send an issue report from one of the pages where 1password fails to autocomplete due to Adblock Plus. On the last page of the wizard please copy the address of your report and post it in this thread.
It would help if you could send an issue report from one of the pages where 1password fails to autocomplete due to Adblock Plus. On the last page of the wizard please copy the address of your report and post it in this thread.
Re: ABP 2.03 block 1password autocomplete and forces restart
Hi Wladimir,Wladimir Palant wrote:I cannot really see the issue from the source code of the 1password extension (which is big, ugly and minified by the way). It does inject a <script> tag into web pages (looks like a security issue to me) but it uses the resource: protocol scheme that Adblock Plus ignores. It doesn't seem to do any server requests in this context meaning nothing for Adblock Plus to block.
It would help if you could send an issue report from one of the pages where 1password fails to autocomplete due to Adblock Plus. On the last page of the wizard please copy the address of your report and post it in this thread.
We inject the <script> to listen for keyboard events in certain browsers and also to support the auto-save/auto-submit features for the 1Password extension. In addition to resource:// protocol to load our resources, we also use a localhost websocket connection (ws://) to sync the 1Password database between the 1Password extension and 1Password Helper app.
For some reason, a lot of our customers have reported that enabling AdBlock Plus has blocked 1Password but a few mentioned that re-enabling it would then make it work with 1Password but this didn't work for everybody.
I've submitted an issue to see if you guys don't mind helping us fix this issue with 1Password as we can't find a way to whitelist 1Password with AdBlock for our customers. You can send me PMs here or use my email address in my profile to contact us personally as we really want to work with you to get this fixed.
Thanks!
Mike Tselikman
Agile Samurai
AgileBits, Inc.
http://agilebits.com
Re: ABP 2.03 block 1password autocomplete and forces restart
Mike, were you able to reproduce this issue? As I mentioned, it would be nice to see at least an issue report. Ideally someone would use the Diagnostics extension to see which request Adblock Plus blocks and why.
As I said, the resource:// requests are being ignored by Adblock Plus unless somebody changes the configuration manually. I've also seen your websocket requests but those are made in the extension context, Adblock Plus wouldn't interfere with those even if there were a matching filter rule. So I cannot really see where this issue comes from.
As I said, the resource:// requests are being ignored by Adblock Plus unless somebody changes the configuration manually. I've also seen your websocket requests but those are made in the extension context, Adblock Plus wouldn't interfere with those even if there were a matching filter rule. So I cannot really see where this issue comes from.