stfalcon / TinymceBundle

Bundle for connecting TinyMCE (WYSIWYG editor) to your Symfony2 project
259 stars 154 forks source link

How to force httpS on file browser? #250

Open digitimage opened 4 years ago

digitimage commented 4 years ago

Hi I'm using El Finder as file browser for tinymce with this bundle in Symfony 5. It works great in local dev environment (even in HTTPS) but I get this error in prod environment: The page at 'https://mydomain/admin/edit' was loaded over HTTPS, but tinymce.min.js requested an insecure frame 'http://mydomain/elfinder'. This request has been blocked; the content must be served over HTTPS. Is there a way in config to force tinymce to call El Finder over HTTPS ? Thanks Cyril