Privatebin webextension #1252
Replies: 1 comment
-
TechnicallyI am somewhat experienced in WebExtensions, and I'd say, sure, what you want to do is technically totally feasible, in theory. The hardest part that is not easily estimable as it is a problem being potentially infinite, may actually be supporting the different social media sites. Anyway, that's a thing that could be made modular, so contributors can take it and add support, following the FLOSS spirit. But, practically?Anyway, but let's take a step back. Aka, ask yourself: what problem does this extension solve? What do I want to achieve?
Okay, good aim. It's basically the big non-functional requirement of privacy (in the context of/on social media). And this problem is not solvable, in a browser environment. At least not easily. You'd either need to embed some iframe, preferably with a custom background color, to differentiate it from fake (messages) – again I touch the question whether that would be in your threat model? This idea comes from Mailvelope, which e.g. does it like this… The last security side-note: As in 99% of the caes with PrivateBin MITM attacks are of course possible, the social media provider could just intercept the PrivateBin and create a new (fake) one. Or, after all, what prevents social media orgs to just query the link itself and just access the paste data – without modifying it? The question also stands why one would use PrivateBin as an intermediary? What advantage does it have? Okay, it works for users without the web extension, they can just click the link… Implementation notesAnyway, if you'd wanted to do sth. like this, some hints/notes:
The question would be whether all that effort would be worth it. IMHO, this could be a fun project, sure. Tinkering with a prototype may be cool and absolutely do if you want to learn something or so. But in a productive use, I am unsure how usable and effective (in achieving the stated aims) it would be. But that is just my personal opinion. |
Beta Was this translation helpful? Give feedback.
-
Hi,
In order to fight censorship, I'd like to write a Firefox webextension wich relies on privatebin to prevent big social medias to be aware of what is displayed on their pages.
The privatebin extension would :
Later, a filter would have to be set on server side to block direct requests from social medias IP (they have the link with the key in their databases, we don't want them to inspect the message content).
I know that I am naïve when it comes to encryption and computer security. What I am describing may not be achievable or not desirable, which is why I am just putting this simple idea before you.
Thanks for reading.
Beta Was this translation helpful? Give feedback.
All reactions