uBlockOrigin / uMatrix-issues

This is the community-maintained issue tracker for uMatrix
https://github.com/gorhill/uMatrix
123 stars 17 forks source link

Service Worker XHR Requests not shown in Dashboard #242

Closed SuperSandro2000 closed 4 years ago

SuperSandro2000 commented 4 years ago

Prerequisites

Description

When loading a Gitea instance after the service worker got installed, xhr requests are not shown in the dashboard.

A specific URL where the issue occurs

https://gitea.com/golang/go

Steps to Reproduce

  1. Load page once
  2. Reload with F5
  3. open dashboard and there are no xhr requests for secure.gravatar.com

Ruleset

image

Supporting evidence

image

image

If you block XHR for secure.gravatar.com and reload the page with F5 you are missing avatars (see below) but the dashboard does not report that despite it being logged (seen in the logger screenshot above).

image

Also the following gets logged and you have no idea why and think your CSP is broken for 3 hours.

image

image

Your environment

uBlock-user commented 4 years ago

Duplicate of https://github.com/uBlockOrigin/uMatrix-issues/issues/239

Tabless requests will never appear in the popup UI panel of uMatrix/uBO.

SuperSandro2000 commented 4 years ago

Tabless requests will never appear in the popup UI panel of uMatrix/uBO.

Why will they not appear? In this scenario the service worker will only work when it intercepts a request from the current tab and to hide that makes no sense. They are logged and could be shown in the dashboard belonging to the current tab.

gorhill commented 4 years ago

See https://github.com/uBlockOrigin/uMatrix-issues/issues/92#issuecomment-457866811.