diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 17:00:11 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-02-09 17:00:11 -0800 |
commit | 2d2c50f288f04a029ba4b5b206f3cd73fe585084 (patch) | |
tree | 77019bdc4babad8f73a8d41ab0422f352819aaae | |
parent | 7b3a0fdc50f8651cc54a1d7aa1bdb128d3864f5e (diff) | |
download | DotNetOpenAuth-2d2c50f288f04a029ba4b5b206f3cd73fe585084.zip DotNetOpenAuth-2d2c50f288f04a029ba4b5b206f3cd73fe585084.tar.gz DotNetOpenAuth-2d2c50f288f04a029ba4b5b206f3cd73fe585084.tar.bz2 |
Fixed trust level change that was committed unintentionally.
-rw-r--r-- | samples/OpenIdRelyingPartyWebForms/Web.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/Web.config b/samples/OpenIdRelyingPartyWebForms/Web.config index ed7c4e0..e52e5b0 100644 --- a/samples/OpenIdRelyingPartyWebForms/Web.config +++ b/samples/OpenIdRelyingPartyWebForms/Web.config @@ -88,7 +88,7 @@ Medium: doesn't work unless originUrl=".*" or WebPermission.Connect is extended, and Google Apps doesn't work. Low: doesn't work because WebPermission.Connect is denied. --> - <trust level="Full" originUrl=".*"/> + <trust level="Medium" originUrl=".*"/> <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/> </system.web> |