mirror of https://github.com/SixLabors/ImageSharp
Browse Source
- Also enhanced security. Former-commit-id: 2aa8a0dc90abf658ed3837dfbd9464008f71a462af/merge-core
7 changed files with 86 additions and 77 deletions
@ -0,0 +1,3 @@ |
|||
version https://git-lfs.github.com/spec/v1 |
|||
oid sha256:091c9b4d6ead5f415e774714db5b26a46d528ab22b9c2febd06ebca4bae78ff9 |
|||
size 10469 |
|||
@ -1,14 +1,15 @@ |
|||
<?xml version="1.0" encoding="utf-8" ?> |
|||
<security allowRemoteDownloads="true" timeout="300000" maxBytes="524288" remotePrefix="/remote.axd"> |
|||
<whiteList> |
|||
<add url="http://images.mymovies.net"/> |
|||
<add url="http://maps.googleapis.com" extensionLess="true" imageFormat=".png"/> |
|||
<add url="https://fbcdn-profile-"/> |
|||
<add url="http://fbcdn-profile-"/> |
|||
<add url="https://profile."/> |
|||
<add url="http://profile."/> |
|||
<add url="https://pbs.twimg.com"/> |
|||
<add url="http://pbs.twimg.com"/> |
|||
<add url="http://placekitten.com"/> |
|||
</whiteList> |
|||
</security> |
|||
<security allowRemoteDownloads="true" timeout="300000" maxBytes="524288" remotePrefix="/remote.axd"> |
|||
<whiteList> |
|||
<add url="http://images.mymovies.net"/> |
|||
<add url="http://maps.googleapis.com" extensionLess="true" imageFormat=".png"/> |
|||
<add url="https://fbcdn-profile-"/> |
|||
<add url="http://fbcdn-profile-"/> |
|||
<add url="https://profile."/> |
|||
<add url="http://profile."/> |
|||
<add url="https://pbs.twimg.com"/> |
|||
<add url="http://pbs.twimg.com"/> |
|||
<add url="http://placekitten.com"/> |
|||
<add url="http://hanselminutes.com/"/> |
|||
</whiteList> |
|||
</security> |
|||
|
|||
Loading…
Reference in new issue