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?
Asked
Active
Viewed 55 times
2

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

Lorenzo Waldner
- 21
- 1
1 Answers
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