Open rutvik-at-pieces opened 8 months ago
Same problem exists in Librewolf browser, but the side panel doesn't work either.
@aqdasak We don't officially support Librewolf browser yet. As a result some functionality may be broken there if it has its own independent extension api different from the ones common in chromium based browsers.
Atm we don't have any plans to officially support Librewolf
but might be in the future. You can still use the web extension in other browsers like Chrome, Edge or Firefox which are among the officially supported browsers.
Software
Web Extension
Operating System
macOS
Your Pieces OS Version
8.0.1
Kindly describe the bug and include as much detail as possible on what you were doing so we can reproduce the bug.
Certain features of our web extension currently don't work on Brave. For e.g. Saving or sharing a snippet from embed buttons shown around snippets or from context menu actions on a site.
This is due to how Brave operates and its security policies and settings. Brave blocks any of the outgoing/incoming connections from a untrusted network. Unfortunately, web extension needs to communicate with Pieces OS over a localhost network which runs over
http
protocol which is seen as unsafe by Brave. Due to this limitation, certain features of web extension as mentioned above don't work when run through the running site context.Though this features are available and run perfectly fine when using them through the extension side panel or popup. We're still investigation how we can get around this issue but haven't yet been able to found a proper solution to this problem.
Users can get around this issue by changing Brave security setting but I doubt anyone using Brave would wanna do that.
Untill we find a proper solution for this, if you wanna experience full capabilities of our web extension, would recommend using other browsers like Chrome, Edge, Firefox or Opera.