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
42
votes
7 answers

How to attach the VSCode debugger to the Brave browser?

When I open my web application in the Chrome browser I can attach the VSCode debugger to it. The debugger configuration is: { "name": "Attach to Chrome", "type": "chrome", "request": "attach", "port": 9222, "url":…
Stephane
  • 11,836
  • 25
  • 112
  • 175
28
votes
6 answers

How to run Selenium tests on the Brave web browser?

I am trying to run some Selenium tests on the Brave web browser. I am able to start the Brave web browser through Selenium by using the ChromeDriver. However, nothing else works, e.g. I cannot cause Brave to load a certain web page. As Brave is…
11
votes
0 answers

iOS : Universal links are not working when set default browser is Chrome/brave(other then safari)

In our iOS universal links for our app is not opening our application when we tap on the link. This is happening only when the default browser in iPhone is set to Chrome or brave (other than safari). It works perfectly when default browser is…
11
votes
4 answers

How to use Brave web browser with python, selenium and chromedriver?

I switched from Google's Chrome to Brave web browser and am having a hard time getting it to work with Brave like it did with Chrome. Brave is based on chromium so I guessed it should not be that hard. I made sure that my Brave and Chromedriver are…
scribe
  • 673
  • 2
  • 6
  • 17
10
votes
1 answer

Is there a Selenium driver for Brave browser?

I already have a fully operating scrape tool that uses Google Chrome. To make it go fast I programmatically configure it with ad blockers, tracker blockers, image blockers, pop up blockers, etc. (basically every kind of blocker). There are many…
sapbucket
  • 6,795
  • 15
  • 57
  • 94
8
votes
2 answers

Disable CORS in Brave Browser

Recently I've switched from Safari to Brave (Safari has a horrible bug - when ever you open dev tools, you get logged out from every site), and I'm trying to run it in CORS disabled mode. I've tried modifying the command I would usually use for…
Dino
  • 7,779
  • 12
  • 46
  • 85
8
votes
2 answers

How do I allow my local web page access to LocalStorage in Brave Browser?

By default, Brave is blocking all 3rd party cookies, which is fine, however, I want to work on a local project which uses LocalStorage but I get the following error. Uncaught DOMException: Failed to read the 'localStorage' property from 'Window':…
HaulinOats
  • 3,628
  • 4
  • 21
  • 24
7
votes
1 answer

Puppeteer with Brave browser?

I'm wondering if it's possible executing a puppeteer script using Brave browser instead of the basic version of chromium. I know that Brave has been developed from chromium, and for that reason you can launch a selenium script using brave, but do…
Drun
  • 529
  • 1
  • 7
  • 17
6
votes
1 answer

Brave browser how to turn off autosuggest in Address bar

When I type a web address Brave suggest really stupid websites. Example: when I just type 'mu' it suggests 'elmundo.es'. If I type 'po' it suggests 'huffingtonpost.com' I have never visited these sites, it's not in my bookmarks, my history is 100%…
JonasM
  • 71
  • 1
  • 2
6
votes
3 answers

Why is brave.Tracer not autowired?

We have a lot of services using Spring Boot 2.0.x and io.zipkin.brave.Tracer is used and it works properly. Tracer is used in a class annotated with @Component and it has a constructor with Tracer as its parameter. Here's an example…
du-it
  • 2,561
  • 8
  • 42
  • 80
5
votes
1 answer

Disable Cross-Origin Read Blocking (CORB) in brave browser

I am serving static content (html, css and js) using lighttpd. I want to call api from a server hosted on the localhost using a wsgi application with python. I am getting the following error when I am trying to call the api from frontend (using…
Tahlil
  • 1,031
  • 1
  • 14
  • 26
5
votes
2 answers

Can firefox's multi-account containers extension be replicated in chrome or chromium based browsers?

I love the firefox extension multi-account containers. I want to switch to brave browser but I can't find a good alternative. Is it a functionality that can only work in firefox due to API limitations or is it possible to implement it in chromium…
5
votes
1 answer

Localstorage does not work on local webpage: security error

When using my webpage (http://localhost/mypage.html) accessing localStorage issues a security error: Uncaught DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document. It is just a simple line res =…
php and js
  • 867
  • 1
  • 6
  • 13
4
votes
0 answers

CSS files not working in brave browser but works fine with chrome browser

this is how it looks in chrome and this is how it looks on brave I am using the current version of brave browser and to note I have developed this website using brave browser and it worked fine and seems like brave does support all my css…
M NARESH
  • 142
  • 1
  • 7
4
votes
1 answer

Use the focusMode constraint to get required media device

Hello everybody! Currently, I'm working on the implementation of a qr-code scanner for my web application. After some tests on multiple devices, I've noticed that I have to set the focusMode constraint to get a camera that has the ability to…
Philipp Sonntag
  • 322
  • 2
  • 9
1
2 3
10 11