RAD Studio Internal Browser Security Lock

I use Firefox as my web browser, mainly to access add-ons like Flashblock and No-script. I noticed yesterday that the internal RAD Studio browser used for the welcome page, etc. has scripts and Active X, etc. Is there a way to disable scripting, or better yet, block all access to non-local sources in the embedded browser?

+2


a source to share


1 answer


The Delphi IDE uses the built-in Internet Explorer as a browser.

If you block Internet Explorer, you will also block the Delphi IDE browser.

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



But you can replace this page if you need.

- Jeroen

+5


a source







All Articles