Opened on 06/01/2018 at 07:57:11 AM

Last modified on 06/13/2018 at 12:37:20 AM

#6716 new change

Ignore resource: protocol in Firefox

Reported by: tschuster Assignee: tschuster
Priority: Unknown Milestone:
Module: Unknown Keywords:
Cc: sebastian Blocked By:
Blocking: Platform: Firefox
Ready: no Confidential: no
Tester: Unknown Verified working: no
Review URL(s):

Description

We already ignore the moz-extension and chrome protocol, I think for good measure we should also block resource:, which was mostly used for old style extensions, but also by Firefox code. I think maybe devtools stuff could be relevant here.

https://hg.adblockplus.org/adblockpluschrome/file/7122a201b554/lib/requestBlocker.js#l162

Attachments (0)

Change History (3)

comment:1 Changed on 06/07/2018 at 02:05:47 AM by sebastian

  • Cc sebastian added
  • Milestone Adblock-Plus-3.2-for-Chrome-Opera-Firefox deleted

Sounds reasonable, assuming you verified that requests with resource: protocol are recorded by the webRequest API under some circumstances (and show up in the Adblock Plus devtools panel)?

comment:2 Changed on 06/08/2018 at 05:17:56 PM by tschuster

Actually I check and add-ons don't receive events for resource: origins with onBeforeRequest. Neither however do they receive those for chrome:. As far as I can tell we added this check with https://hg.adblockplus.org/adblockpluschrome/diff/32abf77e231a/ext/background.js, which is not a helpful revision.

comment:3 Changed on 06/13/2018 at 12:37:20 AM by sebastian

Interesting. So this means this issue can be closed, and we can remove the logic checking for an originUrl with chrome: protocol? Sounds good, feel free to do that.

Add Comment

Modify Ticket

Change Properties
Action
as new .
as The resolution will be set. Next status will be 'closed'.
to The owner will be changed from tschuster.
Next status will be 'reviewing'.
 
Note: See TracTickets for help on using tickets.