Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/development/extensions/unsandboxed.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ When manually loading an extension from a file or JavaScript source code, there

The syntax for unsandboxed extensions is very familiar but has some differences. Technically, if you just copy and paste your old sandboxed extensions as unsandboxed extensions, it will appear to just work. However, this is dangerous and is likely to cause bugs later.

If your sandboxed extension has code like like this:
If your sandboxed extension has code like this:

```js
// Old sandboxed extensions (worker or <iframe> sandbox):
Expand Down