Disable IFrames by default as they are a pop-up nightmare

svn path=/trunk/netsurf/; revision=11207
This commit is contained in:
Chris Young 2011-01-04 22:34:04 +00:00
parent 61b7c722be
commit 426afc91e1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ char *option_use_pubscreen = 0; \
char *option_modeid = 0; \
int option_cache_bitmaps = 0; \
char *option_theme = 0; \
bool option_no_iframes = false; \
bool option_no_iframes = true; \
bool option_utf8_clipboard = false; \
bool option_context_menu = true; \
bool option_sticky_context_menu = true; \