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
1
vote
0 answers

Is there any way to get the google keep extension working with the login-bug?

Every time I try to open the google keep chrome extension it tells me to log-in, at the same time when I click "log-in" nothing happens. This happens on the Brave Beta-browser as well as on my secondary Browser Vivaldi. I have given it every single…
1
vote
2 answers

Sleuth tracing is not working for transactional Kafka producers

Currently, we are using transactional Kafka producers. What we have noticed is that the tracing aspect of Kafka is missing which means we don't get to see the instrumentation of Kafka producers thereby missing the b3 headers. After going through the…
1
vote
1 answer

How can I check if a browser blocks Canvas javascript?

In an HTML website I'm checking document.createElement('canvas').toDataURL('image/webp').indexOf('data:image/webp') to determine whether the browser supports webp or not, and setting a class on the so that CSS rules can be used to load image…
DrMeers
  • 4,117
  • 2
  • 36
  • 38
1
vote
0 answers

Brave not opening using Python Selenium

I am trying to run my selenium code on brave instead of chrome because I just prefer brave. But when I try to do it I keep on facing this error: Traceback (most recent call last): File "/Users/vasu/Desktop/Code/WebScraping/Test.py", line 16, in…
1
vote
0 answers

IIS Express Crashing when Closing Developer Dialog in Brave Browser

I am using Windows 10 Pro, and am running a .NET Core 3.1 application on top of IIS Express 10.0.1741 in Visual Studio 2019, version 16.7.6. I have created a Razor page to upload a file with the exact code from this…
1
vote
1 answer

How to get webpack-dev-server to open Brave on mac

How can I get webpack to open the Brave browser when I run webpack-dev-server on a Mac? For example this is how i run webpack and open a google chrome browser: webpack-dev-server --env.mode=development --open "Google Chrome"
Joe Gasewicz
  • 1,252
  • 15
  • 20
1
vote
1 answer

Transition behaviour when inheriting

Today i have found interesting behaviour of transition when nested elements use inherit keyword. Without inherit transition on all nested elements is triggered immediately. Whereas when inheriting transition is triggered in cascade. (As mentioned in…
1
vote
1 answer

How to initiate Brave browser using Selenium and Python on Windows

Using: ChromeDriver 83.0.4103.39 Brave Version 1.10.97 Chromium: 83.0.4103.116 (Official Build) (64-bit) Python 3.7 Windows 10 Code trials: from selenium import webdriver driver_path =…
1
vote
0 answers

Brave browser support of Google API HTTP Referrer option

I'm using a Google API (e.g., for Maps Embed) with a key that is restricted via a list of HTTP Referrers. In this case, the map is embedded in my.site.com, so within the Google API -> Credentials page, I allow access for referrer .site.com/. When I…
iMobyl
  • 11
  • 3
1
vote
1 answer

how to connect Brave browser with Netbeans 8.2

I would like to use the "Brave" browser to view my html projects but netbeans only let me link with Chrome and the Microsoft browsers. I have downloaded the connector extension.
Benja S
  • 59
  • 6
1
vote
0 answers

S3 upload from console failing using Brave browser

I am seeing some console upload to S3 problems, which seem very strange to me. I am logged in to AWS console with admin access. I have a private S3 bucket (created some months ago with same user & role) with no CORS configuration, no bucket policy,…
asr9
  • 2,440
  • 1
  • 21
  • 37
1
vote
1 answer

Brave Tracing in Kafka Headers

In SB2, Brave instruments Kafka messages with B3 headers by default, however I need to change the field names that are injected. E.g. X-B3-TraceId should be myEventTraceId. Is there an easy way to do this? Even some design guidance would help…
blackcompe
  • 3,180
  • 16
  • 27
1
vote
1 answer

zipkin brave implementation using tomcat server without using profiles

I am looking for a Tracing tool for my spring web-mvc application and i ended up with using Brave-zipkin[https://github.com/openzipkin/brave-webmvc-example/tree/master/webmvc3]. Everything looks fine for me except that, in the given example jetty…
dzoneuser
  • 63
  • 1
  • 7
1
vote
1 answer

Zipkin for Java application

I have Java application that is sending requests to Spring Boot applications. I have implemented zipkin+sleuth on the Spring Boot applications and get traces. Now I want to implement zipkin on the java application and to collect the traces. How to…
xmlParser
  • 1,903
  • 4
  • 19
  • 48
1
vote
2 answers

Detecting if user uses Brave in JS

Is there any way to detect if the user is using Brave browser in Javascript? I've checked the useragent but it's identical to Chrome's. Is there any specific Brave feature I could detect?
dukitieneflow
  • 155
  • 13