Brave is blocking Vaadin by default on my page

Hi,
I got user reports that my page has endless loading screen.
When I tried myself I noticed that Brave Shield is blocking Vaadin script which prevents my page to load. When I disable “Block scripts” it is loading fine.

image
image

Anything I can do to make my website work on Brave?

Related to Brave Browser Problem · Issue #15105 · vaadin/flow · GitHub

Even tho I only heard about problems in development mode.

Hard to say what you can do without knowing exactly what causes your problem. Might be interesting to investigate your js bundles and check what’s in there… might be a precomputed production bundle that contains stuff normally only present in development that causes this confusions

Interestingly development is working but deployed production build is not.