You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/extensions/unsandboxed.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ When manually loading an extension from a file or JavaScript source code, there
23
23
24
24
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.
25
25
26
-
If your sandboxed extension has code like like this:
26
+
If your sandboxed extension has code like this:
27
27
28
28
```js
29
29
// Old sandboxed extensions (worker or <iframe> sandbox):
0 commit comments