goomzee Posted August 18, 2005 Share Posted August 18, 2005 We recently upgraded our built-in WYSIWYG editor from an earlier HTMLArea version, adding ImageManager / ImageEditor for our customers. We received the SSL "some files are insecure" warning and after hours of scouring the web, forums and their code, we ultimately came up with the solution ourselves. I wanted to post this here just in case other people are looking to solve the HTMLArea 3.0-RC1 SSL Security Warning. Fix in file: htmlarea.js Locate: var iframe = document.createElement("iframe"); Add the following line directly blow that line: iframe.setAttribute('src','popups/blank.html'); THAT'S IT!!! Fixed. If you don't want to go through the hassle of setting up your own e-commerce system, and days/weeks of learning the open-source code, please consider GOOMZEE.COM. We continually update our software, provide hosting, support, free automatic feature updates and more. Enjoy! Mike Sparr, www.goomzee.com Quote Link to comment Share on other sites More sharing options...
edealer Posted April 7, 2006 Share Posted April 7, 2006 This totally solved my same problem. I was scouring the message board looking for this answer. Thank you for posting it!! Quote David McGuffin - Website Developer New Look Web Design www.newlookwebdesign.com --------------------------------------------------------------------- "I never memorize anything I can simply look up. . ." ~Albert Einstien Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.