Skip to content

Commit 41de454

Browse files
committed
added list of known unsupported protocols by the macos
1 parent 2bf902f commit 41de454

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Writerside/topics/configuration.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)