| Index: chrome/common/extensions/api/webview_tag.json
|
| diff --git a/chrome/common/extensions/api/webview_tag.json b/chrome/common/extensions/api/webview_tag.json
|
| index 30065e5bdbfac14f9119fbfbe30075386be31fd4..09f3ca8a79508d1cdd410b0887f88b9309c68365 100644
|
| --- a/chrome/common/extensions/api/webview_tag.json
|
| +++ b/chrome/common/extensions/api/webview_tag.json
|
| @@ -52,7 +52,7 @@
|
| "code": {
|
| "type": "string",
|
| "optional": true,
|
| - "description": "JavaScript or CSS code to inject."
|
| + "description": "JavaScript or CSS code to inject.<br><br><b>Warning:</b><br>Be careful using the <code>code</code> parameter. Incorrect use of it may open your app to <a href=\"https://en.wikipedia.org/wiki/Cross-site_scripting\">cross site scripting</a> attacks."
|
| },
|
| "file": {
|
| "type": "string",
|
|
|