Add allowpopups attribute for webview

This commit is contained in:
Cheng Zhao 2015-09-22 20:11:05 +08:00
parent 7c65d05b02
commit f07fea1936
4 changed files with 5 additions and 1 deletions

View file

@ -13,6 +13,7 @@ module.exports =
ATTRIBUTE_NODEINTEGRATION: 'nodeintegration'
ATTRIBUTE_PLUGINS: 'plugins'
ATTRIBUTE_DISABLEWEBSECURITY: 'disablewebsecurity'
ATTRIBUTE_ALLOWPOPUPS: 'allowpopups'
ATTRIBUTE_PRELOAD: 'preload'
ATTRIBUTE_USERAGENT: 'useragent'