Questions tagged [brave-browser]

Brave is an open source web browser developed by Brave Software Inc. It blocks ads and website trackers.

Brave is an open source web browser developed by Brave Software Inc which is based on Chromium. It blocks ads and website trackers.

68 questions
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
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
6
votes
1 answer

Tag inserted by the browser Brave before the head tag

i found a tag before the head tag on my webpage, inserted by the Brave browser. my question would the following run on my page if my content Content-Security-Policy doesn't allow run script's that doesn't have a valid nonce or integrity…
5
votes
0 answers

Selenium opening Brave, but not going to URL. Using Python

Yes, yes, I know everyone is going to be angry at me for asking this question again. But I have looked at every question (related to Brave, Selenium, Python and Linux) in Stack Overflow, but nothing has worked for me. Here is my problem: I run the…
5
votes
2 answers

Is there any way to hide 3rd-party requests in chromium based browsers?

As of now when the 3rd-party request checkbox is enabled, it shows the 3rd-party request, I want the opposite of it. There are many request to mixpanel, sentry; which makes it hard to spot the relevant requests. Since, I've blocked these requests,…
Krishna
  • 6,107
  • 2
  • 40
  • 43
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…
4
votes
0 answers

Firebase signInWithEmailAndPassword throws PERMISSION_DENIED on Brave Browser

When using Brave Browser with "Shields up", calling Firebase's signInWithEmailAndPassword throws a 403, "Request from referer https://www.googleapis.com/ are blocked." (typo on 'referer' courtesy of Firebase). Anyone managed to get around this? I've…
3
votes
2 answers

bookmarklet functionality missing in Firefox Android?

I am trying out bookmarklet functionality on a mobile platform (Android 10). The bookmarklet is named test and points to the code javascript:alert('boo') How I test: Save the bookmarklet as described above to the bookmarks folder; Go to some…
grobber
  • 1,083
  • 1
  • 9
  • 20
2
votes
1 answer

Using Selenium with NodeJS and the Brave browser (on MacOS Big Sur)

I'm trying to run some simple tests on a NodeJS app, using Selenium and the Brave browser. I'm running Big Sur (11.5.2), using Brave version: Version 1.28.105 Chromium: 92.0.4515.131 (Official Build) (x86_64) I've downloaded the ChromeDriver, and…
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
2
votes
2 answers

How to use Brave web browser with Selenium on Catalina?

https://www.codegrepper.com/code-examples/python/python+selenium+brave+browser I see this example to use brave browser on windows. Is it supposed to work on Catalina as well by just replacing driver_path and brave_path? Also, Chromedriver is only…
user15502206
2
votes
1 answer

The video is a simple MP4. It works if I open it in it's own tab in Brave and I have checked and verified that Brave itself it not blocking it. The server does support "Range" Requests and the video works in Safari.
2
votes
1 answer

How to detect when autoplay is blocked?

Currently WebRTC fails on Brave browser with "Autoplay was blocked on this page" error. This error is not particularly visible: You can test it with Brave browser where any WebRTC is enabled, e.g. https://test.webrtc.org/. My app users are…
Gajus
  • 69,002
  • 70
  • 275
  • 438
2
votes
1 answer

Can I use Selenium and Brave together?

Rencently I changed my web-browser to Brave, but I was working with chromedriver to automating some tasks I've read some and I found this post says that the version of ChromeDriver and Brave have to match, but I don't find driver to my current…
Chacho Fuva
  • 353
  • 1
  • 4
  • 17
1
2 3 4 5