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
0
votes
1 answer

spring cloud gateway integrate spring cloud sleuth is 22% slower than using spring cloud gateway alone

When I use spring cloud gateway to integrate spring cloud sleuth, I find that the performance is much slower than using spring cloud gateway alone. Is there any optimization scheme? Machine configuration:6 core, 16g spring cloud gateway:5331.9…
0
votes
1 answer

JavaScript is not loading for some pages in Chrome, Firefox, etc., but loads correctly in Brave

There are a couple of pages that have started to load incorrectly on most browsers on my computer: https://www.appfrontier.com/documentation/ https://login.live.com/ When these pages load I see blank space and overlapping text, which seems to be the…
Code Fiend
  • 11
  • 2
0
votes
1 answer

Emscripten await operator in C++. Returns undefined instead of string value

I have this function "IsBrave" in my main.cpp. If browser contains navigator.brave it calls the navigator.brave.isBrave() function with await. But when call from browser's console the exported function, it prints undefined value instead of "Brave"…
Joma
  • 3,520
  • 1
  • 29
  • 32
0
votes
0 answers

Brave Browser not working with Puppeteer. Brave cannot read and write to its Data directory

this is my code: const puppeteer = require('puppeteer'); (async()=>{ const browser = await puppeteer.launch({ executablePath:"/mnt/c/Program Files (x86)/BraveSoftware/Brave-Browser/Application/brave.exe", headless:false, …
0
votes
1 answer

MSAL No User Signed In Error in Brave and Incognito

I have an Angular 9 app that uses MSAL to authenticate with a Microsoft Azure Active Directory that is working in Chrome, Edge and IE, but is not working in Chrome Incognito or Brave browsers. I get an error saying AADSTS50058: A silent sign-in…
dmoore1181
  • 1,793
  • 1
  • 25
  • 57
0
votes
1 answer

How to disable popups/alerts in Brave/Chrome using Selenium without using alert.accept()?

I can't use alert.accept() since my program will automatically defocus before it can work (it has to check for other things as well). I don't want any popups at all, but I don't know how to outright disable them, which is important since they…
user13386412
0
votes
1 answer

Brave Browser sessionStorage error. How to solve?

Brave browser is returning this message: Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document. The related code is: sessionStorage.setItem("status", 0); Why is that? How do I solve…
user12978981
0
votes
3 answers

Spring sleuth Baggage key not getting propagated

I've a filter (OncePerRequestFilter) which basically intercepts incoming request and logs traceId, spanId etc. which works well, this filter lies in a common module which is included in other projects to avoid including spring sleuth dependency in…
Akhil
  • 1,184
  • 1
  • 18
  • 42
0
votes
1 answer

Embed reactjs app with access to localstorage

I have a Reactjs app that uses localstorage, I would like users to be able to embed my website. I would like to access the localstorage for my website when it is embedded, but I get the following message twice: DOMException: Failed to read the…
Sam Ulloa
  • 186
  • 2
  • 12
0
votes
1 answer

Selenium ONLY Runs ChromeDriver in Headless

I have a working python script that uses Selenium with Firefox, but in attempting to run the same script just with a chromedriver set to drive Brave, it gives the error: selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome…
harry3000
  • 1
  • 2
0
votes
0 answers

SweetAlert2 not displaying

I'm following a tutorial in youtube of php laravel. I am having a difficulty of showing the sweetalert2 but I followed all the instruction in the video. Code in app.js as global the globalJS import swal from 'sweetalert2'; window.swal =…
KiRa
  • 924
  • 3
  • 17
  • 42
0
votes
1 answer

Building Brave-Browser in Windows doesn't work

I am trying to build Brave Browser in Windows 10 64bit 15.8GB RAM and more than 200gb in free space. I am following this repo: https://github.com/brave/brave-browser/wiki I have installed all the requeriments for the build on Windows, however, when…
Gabriel Nessi
  • 325
  • 2
  • 4
  • 16
0
votes
1 answer

Where is X-B3-SpanId constant defined?

In https://static.javadoc.io/org.springframework.cloud/spring-cloud-sleuth-core/1.2.0.RELEASE/org/springframework/cloud/sleuth/Span.html#SPAN_ID_NAME there's a constant for X-B3-SpanId but that constant does not appear to be in…
Archimedes Trajano
  • 35,625
  • 19
  • 175
  • 265
0
votes
1 answer

Convert Span Id from long to String

How can I convert a Brave Span id, which I've retrieved from span.context().spanId() to a String containing its 64 lower-hex encoded bits. Sleuth contained a static utility method, Span.idToHex() which did this. Is their a Brave equivalent?…
blackcompe
  • 3,180
  • 16
  • 27
0
votes
0 answers

Dropzonejs on Brave Browser - data image preview not working

I recently moved to Brave Browser and noticed a problem with the preview generation on dropzonejs (when the Brave's "shield" functionnality is on only). When I inspect the generated element I see the src like this : src(unknown) and when I…
Etshy
  • 870
  • 7
  • 25
1 2 3
10
11