webext-dynamic-content-scripts icon indicating copy to clipboard operation
webext-dynamic-content-scripts copied to clipboard

Use `dropOverlappingPermissions` to avoid duplicate injections

Open fregante opened this issue 3 years ago • 0 comments
trafficstars

If both https://google.com and *://*/* have been granted, I think this module will attempt to inject the scripts twice on Google.com (although I have not seen this happening)

Using the new dropOverlappingPermissions function, this module can clean up the additionalPermissions list before trying to inject the scripts.

fregante avatar Feb 19 '22 09:02 fregante