Skip to content

Commit

Permalink
[giow] (2) Add bitcoin: to the URL scheme whitelist, by request. It's…
Browse files Browse the repository at this point in the history
… more or less like mailto:.

Affected topics: DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@7850 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 23, 2013
1 parent 710b9e1 commit 521eda9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -73001,7 +73001,8 @@ <h5 id=custom-handlers><span class=secno>7.5.1.3 </span>Custom scheme and conten

<p>The following schemes are the <dfn id=whitelisted-scheme title="whitelisted scheme">whitelisted schemes</dfn>:</p>

<ul class=brief><li><code title="">irc</code></li>
<ul class=brief><li><code title="">bitcoin</code></li> <!-- https://en.bitcoin.it/wiki/BIP_0021 -->
<li><code title="">irc</code></li>
<li><code title="">geo</code></li>
<li><code title="">mailto</code></li>
<li><code title="">magnet</code></li>
Expand Down Expand Up @@ -101578,6 +101579,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Mike Brown,
Mike Dierken<!-- S. Mike Dierken -->,
Mike Dixon,
Mike Hearn,
Mike Schinkel,
Mike Shaver,
Mikko Rantalainen,
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -73001,7 +73001,8 @@ interface <dfn id=navigatorcontentutils>NavigatorContentUtils</dfn> {

<p>The following schemes are the <dfn id=whitelisted-scheme title="whitelisted scheme">whitelisted schemes</dfn>:</p>

<ul class=brief><li><code title="">irc</code></li>
<ul class=brief><li><code title="">bitcoin</code></li> <!-- https://en.bitcoin.it/wiki/BIP_0021 -->
<li><code title="">irc</code></li>
<li><code title="">geo</code></li>
<li><code title="">mailto</code></li>
<li><code title="">magnet</code></li>
Expand Down Expand Up @@ -101578,6 +101579,7 @@ if (s = prompt('What is your name?')) {
Mike Brown,
Mike Dierken<!-- S. Mike Dierken -->,
Mike Dixon,
Mike Hearn,
Mike Schinkel,
Mike Shaver,
Mikko Rantalainen,
Expand Down
2 changes: 2 additions & 0 deletions source
Expand Up @@ -81891,6 +81891,7 @@ interface <dfn>NavigatorContentUtils</dfn> {
<p>The following schemes are the <dfn title="whitelisted scheme">whitelisted schemes</dfn>:</p>

<ul class="brief">
<li><code title="">bitcoin</code></li> <!-- https://en.bitcoin.it/wiki/BIP_0021 -->
<li><code title="">irc</code></li>
<li><code title="">geo</code></li>
<li><code title="">mailto</code></li>
Expand Down Expand Up @@ -114040,6 +114041,7 @@ if (s = prompt('What is your name?')) {
Mike Brown,
Mike Dierken<!-- S. Mike Dierken -->,
Mike Dixon,
Mike Hearn,
Mike Schinkel,
Mike Shaver,
Mikko Rantalainen,
Expand Down

0 comments on commit 521eda9

Please sign in to comment.