Skip to content

Commit

Permalink
fix missing closing codeblock backticks (#18746)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionralfs authored Jul 24, 2022
1 parent 38c4b84 commit fd88a43
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ For backward compatibility, Manifest V2 extensions can use WebAssembly without t
```json
"content_security_policy": {
"extension_page": "script-src 'self' 'wasm-unsafe-eval'"
}
}
```

### Invalid examples

Expand Down

0 comments on commit fd88a43

Please sign in to comment.