2

I want to disable all add-ons in a SWT Browser by using the SWT.NONE flag for creating the browser. In IE I can use the -extoff argument to start it in no add-ons mode. Could you give me a way?

Rüdiger Herrmann
  • 20,512
  • 11
  • 62
  • 79

1 Answers1

0

The SWT Browser does not have a means to control whether the actual web browser should use extensions or not.

Rüdiger Herrmann
  • 20,512
  • 11
  • 62
  • 79