Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

uMatrix extension console errors #263

Open
uBlock-user opened this issue May 26, 2020 · 3 comments
Open

uMatrix extension console errors #263

uBlock-user opened this issue May 26, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@uBlock-user
Copy link
Contributor

uBlock-user commented May 26, 2020

Description

Upon boot or upon disabling/enabling uMatrix, below mentioned errors appears in the extension console.

Uncaught (in promise) Error: First-Party Isolation is enabled, but the required 'firstPartyDomain' attribute was not set. (requirement -- Set privacy.firstparty.isolate in about:config to true)

Uncaught TypeError: can't access property "matches", µm.ubiquitousBlacklistRef is null

A specific URL where the issue occurs

about:devtools-toolbox?type=extension&id=uMatrix%40raymondhill.net

Steps to Reproduce

  1. Disable/Enable uMatrix, browse to about:devtools-toolbox?type=extension&id=uMatrix%40raymondhill.net

  2. Observe the aformentioned errors appear.

Supporting evidence

Capture

Your environment

  • uMatrix version: 1.4.1b6
  • Browser Name and version: Firefox 78/76
  • Operating System and version: Win 10
@uBlock-user uBlock-user added the bug Something isn't working label May 26, 2020
@gwarser
Copy link

gwarser commented May 26, 2020

#209 -> gorhill/uMatrix#878 ?

@uBlock-user
Copy link
Contributor Author

That would be the first error only, not the entire bug.

@Kein
Copy link

Kein commented Jul 14, 2020

Can someone also fix this since I cant do pull requests:
https://github.com/gorhill/uMatrix/blob/master/platform/chromium/vapi-background.js#L278

if ( tab.id === -1 ) { return; }

to

if ( tab === null || tab.id === -1 ) { return; }

Collecting up to 2k errors per session

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants