diff --git a/content/api/gm.md b/content/api/gm.md index a1396f2d..867ce710 100644 --- a/content/api/gm.md +++ b/content/api/gm.md @@ -281,7 +281,8 @@ Opens URL in a new tab. - The URL to open in a new tab. URL relative to current page is also allowed. - Note: Firefox does not support data URLs. + + Note that [Firefox disallows](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/create#:~:text=security%20reasons) `data:`, `blob:`, `chrome:`, `file:`, and many `about:` URLs. -