I use Firefox as my web browser, mostly for access to add-ins such as Flashblock and No-script. I noticed yesterday that the RAD Studio internal browser used for the Welcome Page etc has scripting and Active X etc enabled. Is there a way to disable scripting, or better still, block all access to non-local sources in the built-in browser?

link|improve this question

feedback

1 Answer

up vote 5 down vote accepted

The Delphi IDE uses an embedded Internet Explorer as browser.

If you lock down Internet Explorer, you will lock down the Delphi IDE browser as well.

Note that parts of welcome page in the Delphi IDE need JavaScript.

But you can replace that page if you need to.

--jeroen

link|improve this answer
+1 good call, RAD is probably using IE. – Rook Apr 29 '10 at 17:12
1  
This works. IE8 is installed but 'hidden'. RAD Studio browser reports as IE7 but disabling scripting in IE8 works. Cheers. – HMcG Apr 29 '10 at 20:12
@HMcG: Thanks - glad it worked out well for you! – Jeroen Wiert Pluimers Apr 30 '10 at 11:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.