mirror of https://github.com/SixLabors/ImageSharp
20 changed files with 134 additions and 84 deletions
@ -0,0 +1,3 @@ |
|||
<?xml version="1.0" encoding="utf-8" ?> |
|||
<cache virtualPath="~/app_data/cache" maxDays="56"/> |
|||
|
|||
@ -0,0 +1,18 @@ |
|||
<?xml version="1.0" encoding="utf-8" ?> |
|||
<processing> |
|||
<plugins> |
|||
<plugin name="Resize"> |
|||
<settings> |
|||
<setting key="MaxWidth" value="3000"/> |
|||
<setting key="MaxHeight" value="3000"/> |
|||
</settings> |
|||
</plugin> |
|||
<plugin name="Constrain"> |
|||
<settings> |
|||
<setting key="MaxWidth" value="3000"/> |
|||
<setting key="MaxHeight" value="3000"/> |
|||
</settings> |
|||
</plugin> |
|||
</plugins> |
|||
</processing> |
|||
|
|||
@ -0,0 +1,8 @@ |
|||
<?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://www.theworldeffect.com" /> |
|||
<add url="http://maps.googleapis.com" extensionLess="true" imageFormat="png"/> |
|||
</whiteList> |
|||
</security> |
|||
@ -0,0 +1 @@ |
|||
90ba9cd46c99300489b004f2b4df360b84e4444d |
|||
Loading…
Reference in new issue