uBlockOrigin / uAssets

Resources for uBlock Origin, uMatrix: static filter lists, ready-to-use rulesets, etc.
GNU General Public License v3.0
4.24k stars 777 forks source link

firebase.google.com: breakage #17891

Closed tnmendes closed 1 year ago

tnmendes commented 1 year ago

Prerequisites

I tried to reproduce the issue when...

Description

uBlock is blocking a big part of the Firebase Dashboard website.

URL(s) where the issue occurs.

https://console.firebase.google.com/

Screenshot(s)

No response

uBO version

1.48.4

Browser name and version

Chrome Version 112.0.5615.121 (Official Build) (arm64)

Settings

NA

Notes

No response

okiehsch commented 1 year ago

is blocking a big part of the Firebase Dashboard website.

Screenshot(s) ![Unbenannt](https://user-images.githubusercontent.com/16838044/235433963-0a7063a5-37e9-4509-bca6-42871d35ccb8.PNG)

Looks fine on my end.

mapx- commented 1 year ago

Looks fine on my side too.

@tnmendes

What exactly is broken ? screenshot ?

Follow all these indications:

tnmendes commented 1 year ago

With Ublock active this is what i get Screenshot 2023-05-01 at 10 53 27

mapx- commented 1 year ago

well, you have some analytics project I guess:

tnmendes commented 1 year ago

Website that on the network show as block: https://firebaselogging-pa.googleapis.com/v1/firelog/legacy/ https://play.google.com/log?format=json&hasfast=true&authuser=0

Screenshot 2023-05-01 at 11 00 06

mapx- commented 1 year ago

see above, we need the uBO's logger entries

tnmendes commented 1 year ago

Okiy i will try out

tnmendes commented 1 year ago

Screenshot 2023-05-01 at 11 09 17

mapx- commented 1 year ago

test

@@||firebaselogging-pa.googleapis.com/*/firelog/$xhr,domain=firebase.google.com

tnmendes commented 1 year ago

Firebase still not showing all the screens:

With that filter this is the logger: Screenshot 2023-05-01 at 11 15 41

mapx- commented 1 year ago

what about

@@||google.com/log?format=json$xhr,domain=firebase.google.com

tnmendes commented 1 year ago

Same issue Screenshot 2023-05-01 at 11 22 21

mapx- commented 1 year ago

try again

@@||analytics.google.com^$domain=firebase.google.com

tnmendes commented 1 year ago

Yeap now it worked

With this 3 filters added

@@||firebaselogging-pa.googleapis.com/*/firelog/$xhr,domain=firebase.google.com
@@||google.com/log?format=json$xhr,domain=firebase.google.com
@@||analytics.google.com^$domain=firebase.google.com
mapx- commented 1 year ago

if you keep only the last 1 does it still work ?

tnmendes commented 1 year ago

Yeap, it work using just the last one

MasterKia commented 1 year ago

@tnmendes This is a tracking/surveillence site by nature, so why not just disable uBO for that site?

tnmendes commented 1 year ago

@MasterKia Firebase is also a working tool for a lot of IT developers. In the same way that I had this problem and I was not understanding what was the issue the first time that this happen many more devs should have the same. (P.S. I was already disabling UBlock for this site but I think this would be better if I did this work out of the box for everyone )

gorhill commented 1 year ago

What was the error in the dev console when analytics.google.com was blocked?

tnmendes commented 1 year ago

@gorhill this was the error that I was getting

Screenshot 2023-05-01 at 16 43 56

And this is what I get after adding the filter that is working correctly: @@||analytics.google.com^$domain=firebase.google.com Screenshot 2023-05-01 at 16 47 14