-
| 
         How can I view the rules/blocks that UBO-lite is making? Noticed that the matched rules icon is not enabled in the UI. Enabling it via devtools gives me a popup but it is empty. Am I doing something wrong or does is this still in development?  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
| 
         This works only with a local build, side loaded in the browser. This is a limitation imposed by the browser as the necessary  
 Reference: https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest#availability  | 
  
Beta Was this translation helpful? Give feedback.
This works only with a local build, side loaded in the browser. This is a limitation imposed by the browser as the necessary
declarativeNetRequestFeedbackis not taken into account when the extension is not side loaded:Reference: https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest#availability