-
Notifications
You must be signed in to change notification settings - Fork 14
Description
One problem with giving these a dedicated resource type, is that ad-blocker extensions may just auto-block all requests of this particular type.
If they would share the resource type with fetch requests (after all, they'd be similar to a keepAlive fetch in many regards), with no way for an extension to discern them from other fetch requests, then the ad-blocker extension would need to look at the URL to determine whether to block it or not.
By forcing them to look at the URL, it's likely that ads and third-party scripts would still be easy to block, but legit first-party usage, such as a SaaS-application, could still rely on it (as long as that particular SaaS-domain isn't added to a blacklist).
I understand there are drawbacks to this too, but something to consider.