froala / KMSFroalaEditorBundle

Symfony bundle for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
105 stars 33 forks source link

font-awsome.min.css over http #23

Closed mpaden3 closed 7 years ago

mpaden3 commented 7 years ago

There is a problem with loading this css file. If your server doesn't allow http connections (just https), it wont be loaded. For some reason, only this file is loaded over http (unlike codemirror.min.css which is loaded over https.

I solved the problem adding by https link to this css file in my element, but it should still be fixed in the framework itself.

sguionni commented 7 years ago

You're right, just fixed in last commit.