Skip to content

Commit

Permalink
Fix broken link (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
yokoffing authored Oct 17, 2023
1 parent 0ec0842 commit 466c031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/orion/browser-extensions/macos-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ By adopting the WebExtensions APIs, we've shown our support for creating a unifi

On top of that, we've built advanced security features that give our users granular control over extensions, far beyond what Chrome and Firefox offer. For example, you can choose to allow an extension to run only on certain websites.

Orion support for WebExtensions APIs is [currently at about 70%](#supported_apis). This means that many extensions will work but also that many are not fully supported. When an extension does not work in Orion, it is likely not a bug, but we did not support all the APIs it needs to run on WebKit yet. It is enough that one API is not supported for the extension to not work. Our goal is to have 100% extension support by the time Orion leaves beta.
Orion support for WebExtensions APIs is [currently at about 70%](#supported-webextensions-apis). This means that many extensions will work but also that many are not fully supported. When an extension does not work in Orion, it is likely not a bug, but we did not support all the APIs it needs to run on WebKit yet. It is enough that one API is not supported for the extension to not work. Our goal is to have 100% extension support by the time Orion leaves beta.

Note that while we designed Orion to be as fast and lightweight as possible, extensions may affect Orion's performance, which is out of our control. We advise limiting the number of extensions you use to only bare minimum required by your workflow. Orion includes many extension features natively, including a built in ad-blocker.

Expand Down

0 comments on commit 466c031

Please sign in to comment.