Skip to content

Commit

Permalink
untabify web.config
Browse files Browse the repository at this point in the history
  • Loading branch information
rcollette committed Dec 13, 2014
1 parent 4044026 commit 8b604a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/OAuthAuthorizationServer/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
</configSections>

<!-- The uri section is necessary to turn on .NET 3.5 support for IDN (international domain names),
which is necessary for OpenID urls with unicode characters in the domain/host name.
It is also required to put the Uri class into RFC 3986 escaping mode, which OpenID and OAuth require. -->
which is necessary for OpenID urls with unicode characters in the domain/host name.
It is also required to put the Uri class into RFC 3986 escaping mode, which OpenID and OAuth require. -->
<uri>
<idn enabled="All" />
<iriParsing enabled="true" />
Expand All @@ -31,8 +31,8 @@
<defaultProxy enabled="true" />
<settings>
<!-- This setting causes .NET to check certificate revocation lists (CRL)
before trusting HTTPS certificates. But this setting tends to not
be allowed in shared hosting environments. -->
before trusting HTTPS certificates. But this setting tends to not
be allowed in shared hosting environments. -->
<!--<servicePointManager checkCertificateRevocationList="true" />-->
</settings>
</system.net>
Expand Down

0 comments on commit 8b604a2

Please sign in to comment.