-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use DuckDuckGo's Image Proxy #312
Comments
It looks like StartPage has a proxy. Just insert the image URL on the end of |
Besides that there is another new toggle which enables blocking all non "API entry point"-based network requests. For example, this feature can be useful for detecting if @ProtonMail web client apps do unexpected/unintended/shady network requests. Warning: If option enabled the inlined in the emails images won't be loaded (the app displays a warning message per each blocked request).
See the blocked request notification example on screenshot (the whitelisted |
…l"}") * the error could occur in some edge cases, like replying to the email with embedded images, if the enabled in #312 "Block non 'API entry point'-based network requests" feature was enabled
* the error could occur in some edge cases, like replying to the email with embedded images, if the enabled in #312 "Block non 'API entry point'-based network requests" feature was enabled
* the error could occur in some edge cases, like replying to the email with embedded images with the enabled "Block non 'API entry point'-based network requests" feature (see #312 for details)
* the error could occur in some edge cases, like replying to the email with embedded images and enabled "Block non 'API entry point'-based network requests" feature (see #312 for details)
This feature by the way helped detecting the following privacy issue in proton's mail web client (originally listed in #332 (comment)):
|
* prevents the following error to occur: Access to the "mainFrame" resource with "chrome-extension://mhjfbmdgcfjbbpaeojofohoefgiehjai/index.html" URL has been forbidden
By the way @ProtonMail recently switched to loading external images via |
* ref: #312 * Some info about Proton CAPTCHA is available at https://proton.me/blog/proton-captcha and https://www.reddit.com/r/ProtonMail/comments/16oezw3/introducing_proton_captcha_the_worlds_first/
* ref: #312 * Some info about Proton CAPTCHA is available at https://proton.me/blog/proton-captcha and https://www.reddit.com/r/ProtonMail/comments/16oezw3/introducing_proton_captcha_the_worlds_first/
Route images on emails through a proxy, protecting the end-user's IP and User Agent.
Basically, just replace image URLs on images so they start as
https://image.com/image.png
and turn intohttps://external-content.duckduckgo.com/iu/?u=https://image.com/image.png
.This should be optional since images routed through DDG could be seen by them, so people who don't trust them for whatever reason should have a way to turn the feature off.
I don't know of any other proxies, is any others exist maybe make it a choice between the various services?
The text was updated successfully, but these errors were encountered: