-
Notifications
You must be signed in to change notification settings - Fork 345
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
Optionaly proxify images src with atmos/camo #781
Conversation
Add option to proxify img src when feeds are not https. requires a running server of https://github.com/atmos/camo
This looks very useful, thanks. But is seems to be a lot of code for something that could be implemented using a htmLawed hook and some f3 standard functions. |
I'll check this out and rewrite my PR to be shorter and leaner. This was a Florent Viel
|
I like it the way it is implemented here, separation of concerns-wise. |
Hi @luxifer. Previously, it was not clear if selfoss was licensed under GPL 3 only, or also any later version. Could you clarify whether you are fine with licensing your contribution under Thanks again and sorry for the confusion. |
I'm fine with GPL-3 licensing |
@luxifer Unfortunately, the fact that GPL 3 is ambiguous (as described in https://gnu.org/licenses/identify-licenses-clearly.html) is the whole reason for the uncertainty. Could you please clarify whether you are okay with |
Sorry for the confusion but I'm fine with any licensing ;) |
I used selfoss every day with a Let's Encrypt certificate but the connection is not fully encrypted when some feeds have images that does not come from https. To address this situation I used https://github.com/atmos/camo (an http proxy to serve images through SSL). It's optional so if the configuration for host and key are empty, nothing is done.