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

Does Brave browser get supported in "browserslist" in package.json for a React app?

The code in question for my React app in my package.json is as such: "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox…
hunter_l
  • 11
  • 1
1
vote
1 answer

Is there a command line option to start Brave browser with Shields down by default?

I'm using Selenium with Python and I'm trying to access a website which is broken if the Brave Shields are up, and in particular if blocking fingerprinting. I'd like to find a way to disable Shields or just the blocking of fingerprinting via…
1
vote
1 answer

Why Puppeteer not working in Brave™ portable?

All versions Works fine But , in the Brave™ portable from portapps (Edited Version) ,not working i use puppeteerSharp with Plugin Extrasharp, so when i try to open the browser , the browser open but without navigation , this is the output of browser…
1
vote
0 answers

Opacity not aplying correctly on Brave browser

i am working on a website and i have a problem with an opacity transition on brave. i have a navbar at the top and an overlay that gets darker when i hover the navbar items, the thing is that the opacity on hover is .5 but sometimes it aplies as 1…
1
vote
1 answer

React.js: SVG is not being displayed properly in Chrome/Brave/Edge

How I import .svg files: import khinkali from "./imgs/khinkali.svg"; import fritters from "./imgs/fritters.svg"; import kebab from "./imgs/kebab.svg"; import pancakes from "./imgs/pancakes.svg"; import omurice from "./imgs/omurice.svg"; How I use…
aetrnm
  • 402
  • 3
  • 13
1
vote
0 answers

Can't get Chrome/Brave on Mac to render bold font on my stylesheet

I'm trying to dial in my blog's stylesheet nicely, and I can't get bold to work on my mac on Chrome/Brave. It renders fine on Safari, and renders fine on Chrome/Brave on my Android device. This blog post uses bold a number of times, so it should…
Andrew Parker
  • 141
  • 1
  • 3
1
vote
0 answers

Zipkin : zipkin2.reporter.AsyncReporter$BoundedAsyncReporter flush Dropped 1 spans due to SocketTimeoutException(connect timed out)

Small Zipkin question, how to set the time out please? I am writing a very simple piece of code, where I am the client, and sending requests to a server. import brave.Span; import brave.Tracing; import zipkin2.reporter.AsyncReporter; import…
PatPanda
  • 3,644
  • 9
  • 58
  • 154
1
vote
2 answers

document.execCommand('removeFormat') failing on Chrome when trying to remove format set by document.execCommand('hiliteColor')

I'm adding a background to some selected text in a contenteditable element via document.execCommand('hiliteColor', false, '#d4ecff');. If the selected text contains some formatting tags ( for instance), calling…
Lo Bellin
  • 485
  • 4
  • 20
1
vote
1 answer

`chrome.downloads.search` is missing file results

In the context of a Chrome extension, I want to map some local downloaded files to in-storage data. I'm having trouble understanding why a file that is clearly in the desired folder according to my OS would not be detected by…
ted
  • 13,596
  • 9
  • 65
  • 107
1
vote
1 answer

Java Brave Zipkin: TraceId unchanged for each different http requests

Small tracing question regarding Java and Brave/Zipkin please. I am having a very small program, using Java 11 and Brave with versions as follow: io.opentracing.brave
PatPanda
  • 3,644
  • 9
  • 58
  • 154
1
vote
0 answers

Avoid downloading video data twice when created video with js and then added to the document

I'm working on a Vue app but the issue is more vanilla when I create video element dynamically with document.createElement('video') and assign the src, I can see it download the video on the network tools even if it's not added on the page, which…
Nikos
  • 7,295
  • 7
  • 52
  • 88
1
vote
1 answer

React.js web app not opening in Brave or Safari - globalThis

I got a React environment and the app works when in Chrome but not in Safari or Brave. The console error Brave gives is this: Uncaught ReferenceError: globalThis is not defined at Object. (byte-utils.js:5) And the line 5 in reference…
MistaPrime
  • 1,591
  • 1
  • 10
  • 20
1
vote
2 answers

Launch the Brave web browser on Linux using selenium & JavaScript

I am trying to setup a hello world app to learn Selenium. I want to write a script that opens the Brave web browser. I tried a few code scripts online and at Stack overflow and nothing seems to work. const { Builder } =…
William
  • 4,422
  • 17
  • 55
  • 108
1
vote
2 answers

Use Selenium with Brave Browser pass service object written in python

#TLDR I want to use brave browser with selenium written in python but can't find any current solutions that work. This code works from selenium import webdriver option = webdriver.ChromeOptions() option.binary_location = r'C:\Program…
1
vote
1 answer

How parentId can be same when using spring cloud sleuth and brave?

I have three microservices, communicating via Kafka. I am using Brave's @Tracer. The trace id is generated consistently however the parentId is different in microservices 2 and 3. What can we generate consistent parentId all over the…
JustLift
  • 153
  • 1
  • 7
  • 17