diff options
Diffstat (limited to 'files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html')
-rw-r--r-- | files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html index 82921cc3ea..ed2c15777d 100644 --- a/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html +++ b/files/zh-cn/mozilla/add-ons/webextensions/api/tabs/create/index.html @@ -55,7 +55,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/create <li>javascript: URLs</li> <li>data: URLs</li> <li>file: URLs (i.e., files on the filesystem. However, to use a file packaged inside the extension, see below)</li> - <li>privileged about: URLs (for example, <code>about:config</code>, <code>about:addons</code>, <code>about:debugging</code>)<span style="display: none;"> </span>. Non-privileged URLs (e.g., <code>about:blank</code>) are allowed.</li> + <li>privileged about: URLs (for example, <code>about:config</code>, <code>about:addons</code>, <code>about:debugging</code>)<span class="hidden"> </span>. Non-privileged URLs (e.g., <code>about:blank</code>) are allowed.</li> <li>The New Tab page (<code>about:newtab</code>) can be opened if no value for URL is provided.</li> </ul> |