Skip to content

Commit d586b86

Browse files
authored
Fix two typos (mdn#40758)
1 parent 9870164 commit d586b86

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/mozilla/add-ons/webextensions/manifest.json/content_security_policy

1 file changed

+1
-1
lines changed

files/en-us/mozilla/add-ons/webextensions/manifest.json/content_security_policy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ In Manifest V2, a source for a script directive is considered secure if it meets
7070

7171
The `{{CSP("object-src")}}` directive may be required in some browsers that support obsolete [plugins](/en-US/docs/Glossary/Plugin) and should be set to a secure source such as `'none'` if needed. This may be necessary for browsers up until 2022.
7272

73-
- In Firefox, `"object-src"` it optional from Firefox 106. In earlier versions, if `"object-src"` isn't specified, `"content_security_policy"` is ignored and the default CSP used.
73+
- In Firefox, `"object-src"` is optional from Firefox 106. In earlier versions, if `"object-src"` isn't specified, `"content_security_policy"` is ignored and the default CSP is used.
7474
- In Chrome, `"object-src"` is required. If it's missing or deemed insecure, the default (`"object-src 'self'"`) is used and a warning message logged.
7575
- In Safari, there is no requirement for `"object-src"`.
7676

0 commit comments

Comments
 (0)