Proposal: RegisteredContentScript.workers property to inject WorkerScope(s) #538
Labels
enhancement
Enhancement or change to an existing feature
neutral: firefox
Not opposed or supportive from Firefox
neutral: safari
Not opposed or supportive from Safari
proposal
Proposal for a change or new feature
(As discussed in #103)
Main world scripts should be able to modify JavaScript-accessible object (e.g. DOM prototypes or built-in functions) in a way that is transparent and cannot be subverted by page scripts., e.g. to modify or intercept the behavior of built-in objects for additional security, privacy and/or anti-fingerprinting reasons.
This requires them to be injected and running before site scripts in any scope, including
WorkerScope
(s) (workers, shared workers and service workers), otherwise these scope can be use to circumvent the main browsing context modifications.Therefore, in addition to the RegisteredContentScript properties already specified, we propose to add:
workers
Optionalboolean
, defaultfalse
: iftrue
, all theWorker
,SharedWorker
andServiceWorker
scopes which are associated to the browsing contexts matched thisRegisteredContentScript
filters will be injected as well.The text was updated successfully, but these errors were encountered: