fregante/webext-dynamic-content-scripts

Use `dropOverlappingPermissions` to avoid duplicate injections

Open

#35 aperta il 19 feb 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)TypeScript (14 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (92 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor