-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Mixed-content issues #916
Comments
If we're embedding a camo server into gitea, I'd like to say go-camo is a thing and we could get most stuff from that: https://github.com/cactus/go-camo |
go-camo makes sense, we don't want to reinvent the wheel |
Anyone would like to send a PR to fix this? |
Move this to v1.2 since no PR to send. |
is there any progress? |
Nobody are working on this. |
@lunny and mean lable kind/securety also privacy ? |
to discust:should we replace the src url of img nodes after blackfriday process the markdown or replace |
we ned in each case two config values
for example:
camo itself: |
I think the goal had been to embed it instead of relying on another service |
We can use the routines of go-camo it shouldnt be that hard I already play with the url encode function provided by this project but sinse i just starded with go i have no idear how to integrate the main camo prosess into gitea jet |
and then #916 (comment) still remains |
There has been a parallel discussion on this issue at Codeberg.org: https://codeberg.org/Codeberg/Community/issues/196 |
Fix go-gitea#916 Signed-off-by: Andrew Thornton <art27@cantab.net>
* Provide configuration to allow camo-media proxying Fix #916 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Provide configuration to allow camo-media proxying Fix go-gitea#916 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
[x]
):Description
Gitea can still serve mixed-content pages, even with SSL. This is most pronounced with images being loaded over an insecure connection.
This can be solved by integrating a solution similar to camo (GitHub uses this) into Gitea.
In addition to security, it also provides a privacy benefit for users if the install is public.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: