Questions tagged [brave]

For questions related to the Brave web browser

Brave is a free and open-source web browser based on the Chromium web browser and its Blink engine.

Brave claims to block website trackers and remove intrusive Internet advertisements. The browser also claims to improve online privacy by sharing less data with advertising customers.

Source:

https://en.wikipedia.org/wiki/Brave_(web_browser)

165 questions
4
votes
2 answers

Why are my JPEG2000 format (.jp2) images showing in Safari but not in Chrome or Brave?

My website is https://www.makarsky.dev , all files are located on Github at https://github.com/jacobmakarsky/jacobmakarsky.github.io I am linking images in the following format - ./resources/images/forbes.jp2 My images are located in an images…
Zero Cool
  • 2,541
  • 2
  • 8
  • 13
3
votes
0 answers

Why is JavaScript inserting commas in localized dates in some browsers?

Using "Date.toLocaleDateString" to get the date in a given language and format, some browsers have a comma after the year. const myDate = new Date().toLocaleString("pt-BR", { year: 'numeric', month: 'numeric', day: 'numeric', hour:…
rick
  • 554
  • 6
  • 18
3
votes
1 answer

Error popping up when I'm opening brave browser?Fix?

When I open the brave browser, a window (given below) opens up. It doesn't really interfere with the processing of the browser. But it is concerning why this keeps happening... Error On Opening Brave Browser
Instant
  • 33
  • 2
3
votes
0 answers

File download issue with Blazor server and Brave

When I try to create and download a file from memory with Blazor server it works without issue in both Edge and Chrome. But if I try the same thing in Brave I´m getting this: Error: Connection disconnected with error 'Error: WebSocket closed with…
noel
  • 531
  • 2
  • 7
3
votes
1 answer

TraceID in Microservice Logs

I have been trying to add a trace id to my logs of micro services. I have tried using sleuth and spring cloud and it is working. But I dont want to load spring cloud just to add trace id to my log.Is it possible to add traceid to the logs without…
Sreyas
  • 744
  • 1
  • 7
  • 25
3
votes
1 answer

Can't use Brave Browser with Puppeteer

About a month ago I wrote a question asking if it were possible using Brave Browser with puppeteer; the answer was yes, I tested it, and everything worked perfectly; today I tried to run the same code but i got the error ERROR: process "xxxxx" not…
Drun
  • 529
  • 1
  • 7
  • 17
3
votes
1 answer

How to use TraceContext to set a traceId in Spring Sleuth and brave?

I need to set the traceId with an existing Id (we have created some kind of correlation-id from the main origin app) into brave tracer. I don't want to use the Spring Sleuth/brave created one as I want to make it consistent throughout my different…
user8479984
  • 451
  • 2
  • 9
  • 23
3
votes
0 answers

gRPC spring-boot-starter can not bind @GRpcGlobalInterceptor?

I m using org.lognet grpc-spring-boot-starter 2.1.4 org.springframework.boot
zhatian diao
  • 163
  • 1
  • 9
2
votes
1 answer

SpeechRecognition emitting network error event in Brave Browser

I am seeing a network error when I am trying to use the SpeechRecognition API in Brave. It's working just fine in Chrome and Safari in OS X. Is that simply not working in Brave or is there a way to make it work? Please have a look at the jsfiddle…
Stan Wiechers
  • 1,962
  • 27
  • 45
2
votes
1 answer

Clear cache for just one site (Brave or Chrome or Opera browsers)

While developing, I often need to clear cache data - but just wish to do so for one site. I don't see any such option under History -> Clear browsing data
cssyphus
  • 37,875
  • 18
  • 96
  • 111
2
votes
0 answers

Broken symlinks with snap installed packages in KDE Plasma

The example below occurs with the Brave snap, but I think it also happens with all the other snaps. Steps to reproduce Install Brave snap via Discover Open Brave and add pin to Task manager Update Brave (When available) Observed Result Clicking…
dtcs
  • 21
  • 3
2
votes
2 answers

Selenium with brave a chromium based browser(Version 1.33.106 Chromium: 96.0.4664.110 (Official Build) (64-bit)

I'm a beginner level python programmer, I am currently working on a browser automater using selenium, but currently i'am using brave version 96.0.4664.45 and my chrome driver is'nt working properly, whereas geckodriver is working fine with…
2
votes
1 answer

CSS media query ignored by Chrome engines

I have a stylesheet, which is essentially the following: .mainwindow { .popup { background: black; } } @media screen and (max-width: 640px){ .mainwindow { .popup { background: red; } } } It works…
Tamás Polgár
  • 2,082
  • 5
  • 21
  • 48
2
votes
5 answers

How to reset or remove Brave Wallet?

How to remove Brave browser Wallet? (It is similar to MetaMask but is baked into browser ) Page at brave://wallet/ is asking for password, that I don't remember and I don't need that, I just need new. Searches give no result so far. P.S. Source of…
Paul Verest
  • 60,022
  • 51
  • 208
  • 332
2
votes
1 answer

Chrome based browsers constantly keep crashing with error 61696

I have recently installed Fedora 33, and attempted to run both chromium and the brave browser. I have maybe one or two tabs open and often I get sad chrome error page on both browsers: This happens when I open a new tab, or when I have a tab open…
Husman
  • 6,819
  • 9
  • 29
  • 47
1
2
3
10 11