-
Notifications
You must be signed in to change notification settings - Fork 973
chromium code search won't display with fingerprinting protection #12143
Comments
cc @snyderp |
Possibly caused by #11784 |
same thing happens on https://productforums.google.com/forum/ |
Yep, this is definitely caused by #11784 Lines of code like this (ugly b/c its from be debugging the minified source)
I'm not sure what is best here. I don't think there is any JS/extension/short term solution for #11784 that won't also cause this pattern to break. Barring some other quick solution for #11784 that I can't think of, I think the options are:
All those are different degrees of unsatisfying. I'm sure I'm not the person to evaluate the tradeoffs between them, though I'd be very happy to help push forward with any of those that you all decide to go with. @diracdeltas ? |
i think the best option is 3, roll back #11784, unless 4 can be done really quickly |
Realistically, I think 4 would take less time than #12045 (though couldn't swear to it) but it definitively wouldn't be small thing. Days or a week, plus testing. I'll start looking into #12045 more seriously then. Is there a test suite for these kinds of issues? Even if they're live sites and the tests might have to be updated periodically to account for changes, it might be worth the lift starting up |
Fixed with fe2fced |
Test Case Used:
|
Verified it works |
Description
As title, this happens since 0.19.99
Steps to Reproduce
Actual result:
Expected result:
It should be viewable with fingerprinting protection(It used to be)
Reproduces how often:
Brave Version
about:brave info:
Brave: 0.19.100
rev: 55a964a
Muon: 4.5.16
libchromiumcontent: 62.0.3202.94
V8: 6.2.414.42
Node.js: 7.9.0
Update Channel: Release
OS Platform: macOS
OS Release: 17.2.0
OS Architecture: x64
Reproducible on current live release:
No
Additional Information
cc @diracdeltas @bbondy
The text was updated successfully, but these errors were encountered: