fregante/webext-dynamic-content-scripts

Use `dropOverlappingPermissions` to avoid duplicate injections

Open

#35 aberto em 19 de fev. de 2022

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (14 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (92 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador