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
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

Chrome/mium & Brave browser does not recognize any other .locahost subdomain in an Ip ouside 127.0.0.1

As seen in this question google chrome and any cromium-based browser (Brave Browser, Chromium) will enforce any .localhost subdomain to be in 127.0.0.1 and it will ingore any entry in /etc/hosts file. But on my team the convention is to use…
Dimitrios Desyllas
  • 9,082
  • 15
  • 74
  • 164
2
votes
1 answer

Adding custom trace id in sleuth

I am using sleuth 2.0.x, I want to add my own trace id apart from its own. I`m going through the given link https://cloud.spring.io/spring-cloud-static/spring-cloud-sleuth/2.0.0.RC2/single/spring-cloud-sleuth.html#_propagation I want to modify…
Akkave
  • 303
  • 2
  • 4
  • 17
1
vote
2 answers

How do I disable Google Translate 'look up details' or just get it to the old look?

I’d say the title pretty much describes whole situation. The problem is that instead of showing translation it shows under the translation in translation tab ‘look up details’ that I am forced to click and it takes a crazy lot of time to load…
Littery
  • 11
  • 1
1
vote
2 answers

getting the url of the current open tab of opera, firefox and Brave browser using pywinauto

I am working on a project that requires the URL of a tab open in a browser window. Till now I have done the code for Chrome and Edge but am unable for Opera, Firefox, and Brave browser. Any amount of help would be appreciated. This is my progress…
1
vote
1 answer

Skipping acquire of configured file 'main/binary-i386/Packages' For Brave Browser Nighty Version

I just installed the Linux Mint 21 x86_64 kernal version -5.15.0-67-generic on my computer and still don’t understand anything about it. I tried to install brave-browser (Nightly Channel Installation). I installed on this website…
KelvinSoe
  • 11
  • 3
1
vote
2 answers

How do I enable web application context menus in the Brave Browser?

Certain web sites use web applications that replace the standard web page context menus with their own context menus, but Brave browser will not display them. Other browsers such as Edge, Chrome and Firefox will. I bring up the site with its web…
ChazJ
  • 11
  • 3
1
vote
1 answer

linking process is getting error "lld-link: error: Output data is larger than 4 GiB. File size 4,339,482,624 too large for current PDB page size 4096"

I am building brave browser using brave-core v1.48.8 from GitHub. after cloning brave-core, I am running the following commands inside brave-core: npm install // completed successfully npm run init // completed successfully npm run build -- debug…
kunal
  • 11
  • 2
1
vote
0 answers

NextJS Inverted Colours on Mobile Device (Brave Browser)

I'm building a site using NextJS for my wedding this year and when deployed, it's appearing differently per browser. Safari renders fine, but Brave inverts all the colours (changing white to black). None of my css would've affected this - any ideas?
1
vote
1 answer

how to use chromium with puppeteer on google colab

chromium not working on google colab Hi, I want to run puppeteer on google colab. running test code with !node --trace-warnings test.js says: Command '/usr/bin/chromium-browser' requires the chromium snap to be installed. Please install it with:snap…
1
vote
1 answer

mousemove event not return the correct mouse position

I try to put a tooltip that follow mouse position with the next code: @HostListener('mousemove', ['$event']) onMouseMove(event) { let tooltipNode = document.getElementsByClassName('dhemax-tooltip')[0] as HTMLElement; tooltipNode.style.left…
Cristofer Fuentes
  • 411
  • 1
  • 6
  • 16
1
vote
1 answer

2023 – Is there any way to distinguish if user is using Brave or Safari on mobile or detect correctly Brave on mobile?

Actually, I am looking for a solution to distinguish Brave and Safari on mobile. For now, after my code implementation, iPhone treats Brave as Safari. Maybe there is any way to determine if the user is using Brave? After removing Brave from the…
1
vote
1 answer

API failing on brave browser but working in chrome and microsoft Edge

In the beginning luckyOrange is sending some request to the API: https://settings.luckyorange.net to fetch some content. The actual Request URL for this API, which is being shown in other browsers except brave, in the network tab…
1
vote
0 answers

Brave Browser / Bug with scrolling - Return to top of the page

there is a bug regarding scrolling when opening https://www.streampicker.de/ with the Brave Browser. After scrolling down a bit, the website jumps back to the top. Video to show it in action:…
David
  • 11
  • 2
1
vote
1 answer

Brave: On , Refused to load the font 'data:application/font-woff…' because it violates the following Content Security Policy directive…

The website works fine on all other browsers I've tested it on. On the Brave browser, an error occurs for line 1 of my index.html file (Which is ): Refused to load the font 'data:application/font-woff...' because it violates the…
OIRNOIR
  • 33
  • 6
1 2
3
10 11