From afbceca184ac0ed919d24ef3631153029deb0855 Mon Sep 17 00:00:00 2001 From: Niels Hartvig Date: Mon, 2 Jan 2017 17:29:37 +0100 Subject: [PATCH] Makes EXIF data in resized images default --- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 3 + .../config/imageprocessor/cache.config | 10 +++ .../config/imageprocessor/processing.config | 61 +++++++++++++++++++ .../config/imageprocessor/security.config | 24 ++++++++ src/Umbraco.Web.UI/packages.config | 1 + src/Umbraco.Web.UI/web.Template.config | 13 +++- 6 files changed, 111 insertions(+), 1 deletion(-) create mode 100644 src/Umbraco.Web.UI/config/imageprocessor/cache.config create mode 100644 src/Umbraco.Web.UI/config/imageprocessor/processing.config create mode 100644 src/Umbraco.Web.UI/config/imageprocessor/security.config diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 6c46ff0f80..ef27b4ef79 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -651,6 +651,9 @@ BaseRestExtensions.config + + + log4net.config diff --git a/src/Umbraco.Web.UI/config/imageprocessor/cache.config b/src/Umbraco.Web.UI/config/imageprocessor/cache.config new file mode 100644 index 0000000000..a8fd567d6c --- /dev/null +++ b/src/Umbraco.Web.UI/config/imageprocessor/cache.config @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/src/Umbraco.Web.UI/config/imageprocessor/processing.config b/src/Umbraco.Web.UI/config/imageprocessor/processing.config new file mode 100644 index 0000000000..2ce29a542a --- /dev/null +++ b/src/Umbraco.Web.UI/config/imageprocessor/processing.config @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Umbraco.Web.UI/config/imageprocessor/security.config b/src/Umbraco.Web.UI/config/imageprocessor/security.config new file mode 100644 index 0000000000..7bce8ee7b5 --- /dev/null +++ b/src/Umbraco.Web.UI/config/imageprocessor/security.config @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Umbraco.Web.UI/packages.config b/src/Umbraco.Web.UI/packages.config index 008e5e404c..cc1fb8a78e 100644 --- a/src/Umbraco.Web.UI/packages.config +++ b/src/Umbraco.Web.UI/packages.config @@ -7,6 +7,7 @@ + diff --git a/src/Umbraco.Web.UI/web.Template.config b/src/Umbraco.Web.UI/web.Template.config index 09df754e74..10c64797f4 100644 --- a/src/Umbraco.Web.UI/web.Template.config +++ b/src/Umbraco.Web.UI/web.Template.config @@ -14,7 +14,13 @@
- + + +
+
+
+ + @@ -434,4 +440,9 @@ + + + + +