I have problems with the Newsfeed.
In the links to the thumbnails of the groups, videos etc is used http: // instead of https //.
How can you change that?
you must chage to manualy with mysql commandlike
UPDATEtable_name SETfield =replace(field,'[string-to-find]','[string-that-will-replace-it]');