fregante/webext-dynamic-content-scripts

Use `dropOverlappingPermissions` to avoid duplicate injections

Open

#35 geöffnet am 19. Feb. 2022

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (14 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (92 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide