I own an forums application, and whenever someone posts some content that is linked as non-https, chrome is crying that https is broken or something, because page contains non-secured content. Is there anything I can do about it? Basically to keep that https in the address bar greeen, i would need to deny my users of posting anything that comes from the other pages, and that's crazy...
Asked
Active
Viewed 495 times
1 Answers
2
You could use a link redirector. When they post a url, you use a link like https://yoursite.com/redirect/user_posted_url
I don't know what forum plataform are you using.

Ateszki
- 2,243
- 1
- 16
- 13
-
Oh! That could work! Thanks! :) – ojek Mar 21 '13 at 12:21