Skip to content

Commit 69b305f

Browse files
committed
Update to latest SS v4.0.30 dlls
1 parent 8df728d commit 69b305f

19 files changed

Lines changed: 45 additions & 24 deletions

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,19 +1022,3 @@ as well which will prevent users from receiving a warning that your page contain
10221022
urls as they'll automatically get served using the same scheme as the page. This behavior can also be enabled with Absolute urls by removing
10231023
the scheme from the url, e.g. instead of `http://cdn.com/path` use `//cdn.com/path`. This ensures the resource gets sent using the transport
10241024
of the containing page, but this is only possible if the remote server supports serving the same content through multiple schemes.
1025-
1026-
The LinkedIn CDN for instance only supports `http` which is why we disabled profile urls returned by LinkedIn's OAuth provider when deployed in production:
1027-
1028-
```csharp
1029-
if (tokens.Provider == "LinkedIn")
1030-
{
1031-
//Ignore when deployed as cdn doesn't support relative ssl schemes (//m.c.lnkd.licdn.com)
1032-
if (HostContext.DebugMode)
1033-
{
1034-
if (authInfo.ContainsKey("picture"))
1035-
this.ProfileUrl64 = authInfo["picture"];
1036-
}
1037-
}
1038-
```
1039-
1040-
All other OAuth providers CDN's support https allowing us to reference their profile urls directly from within our web pages.

lib/ServiceStack.Api.Swagger.dll

593 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

lib/ServiceStack.Client.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Common.dll

0 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.dll

512 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.xml

Lines changed: 13 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ServiceStack.OrmLite.MySql.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)