LiveReload and Brave

The Problem:
We use LiveReload to sync code changes on our local development infrastructure. The LiveReload feature works with Chrome and other browsers but we were not able to get it running with Brave so far. It would be nice to use Brave also for development.

The extension:

The gulp reload script:

The gulp LiveReload package:

Error found in browser console:
GET http://127.0.0.1:35729/livereload.js?ext=Chrome&extver=2.1.0 net::ERR_BLOCKED_BY_CLIENT
LiveReloadInjected.doEnable @ injected.js:142
(anonymous) @ injected.js:180
LiveReloadInjected.doDisable @ injected.js:119
LiveReloadInjected.enable @ injected.js:178
(anonymous) @ injected.js:19

How can this issue be reproduced?

  1. Setup website on localhost
  2. Setup gulp tasks watching code changes of your website and inject code changes with gulp-livereload
  3. Check out your console, code changes will not be injected

Expected result:
Livereload of code changes

General question
Do we miss the option to not blocking requests from localhost?

Brave Version( check About Brave):
Version 1.18.78 Chromium: 87.0.4280.141 (Offizieller Build) (x86_64 übersetzt)

Macos Version
macOS Big Sur
Version 11.1

Apple Hardware
MacBook Air (M1, 2020)
Chip Apple M1

Found out that we just need to disable Brave Shields on our local domains :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.