docs/For Users/Advanced/Security in NW.js.md
[TOC]
There are two kinds of frames in NW.js: node frame and normal frame.
Node frames have following extra capabilities than normal frames:
<iframe> element whose src points to remote sites in node frames.In NW.js, frames matching ALL of the following criterias will be a node frame:
nodejs set to true in [manifest file](../../References/Manifest Format.md#nodejs)node-remote patterns in [manifest file](../../References/Manifest Format.md#node-remote) or chrome-extension:// protocol.nwdisable attribute](../../References/Changes to DOM.md#attribute-nwdisable).<webview> tag](../../References/webview Tag.md)