You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on an email tracking extension for Gmail, utilizing the chrome.declarativeNetRequest API. Our extension Manifest V3 aims to block certain network requests when users open emails, ensuring these opens aren't counted by our tracking system.
We employ both Dynamic and Static Rules for this purpose. The Static Rules are a fallback to handle scenarios where the JavaScript might not be loaded.
However, we've encountered a recurring issue reported by several users. After Chrome has been open for an extended period, it appears that our blocking rules stop functioning, and the requests that should be blocked are getting sent.
This sounds like a Chrome-specific issue and not a flaw in the DNR API design. Please file a bug at https://crbug.com instead of here. The list of browser-specific issue trackers can be found at #155.
Hi there,
I'm working on an email tracking extension for Gmail, utilizing the chrome.declarativeNetRequest API. Our extension Manifest V3 aims to block certain network requests when users open emails, ensuring these opens aren't counted by our tracking system.
We employ both Dynamic and Static Rules for this purpose. The Static Rules are a fallback to handle scenarios where the JavaScript might not be loaded.
However, we've encountered a recurring issue reported by several users. After Chrome has been open for an extended period, it appears that our blocking rules stop functioning, and the requests that should be blocked are getting sent.
Here are some specific details:
I'm looking for insights or suggestions on the following:
Any assistance or guidance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: