File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,17 @@ to access a resource located at an address with this protocol.
139139<tabs >
140140 <tab title="MacOS">
141141 <warning>
142- <b>MacOS</b> does NOT support interception of existing schemes such as
143- <code>http</code> or <code>https</code>. You will get an error similar
144- to the following:
142+ <b>MacOS</b> does NOT support interception of some existing schemes:
143+ <list>
144+ <li><code>http</code></li>
145+ <li><code>https</code></li>
146+ <li><code>ws</code></li>
147+ <li><code>wss</code></li>
148+ <li><code>ftp</code></li>
149+ <li><code>file</code></li>
150+ <li><code>data</code></li>
151+ </list>
152+ You will get an error similar to the following:
145153 <code-block>
146154 *** Terminating app due to uncaught
147155 exception 'NSInvalidArgumentException', reason: "'https' is a URL
You can’t perform that action at this time.
0 commit comments