diff --git a/Changelog.md b/Changelog.md index a0634c3f2..240155584 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,6 +18,9 @@ * moved Aspects JS initializer to the correct place so aspect selection / deselection works again [#3737] (https://github.com/diaspora/diaspora/pull/3737) * Do not strip "markdown" in links when posting to services [#3765](https://github.com/diaspora/diaspora/issues/3765) * Renamed `server.db` to `server.database` to match the example configuration. +* Fix insecure image of cat on user edit page - New photo courtesy of +[khanb1 on flickr](http://www.flickr.com/photos/albaraa/) under CC BY 2.0. + # 0.0.2.0 diff --git a/app/assets/images/sadcat.jpg b/app/assets/images/sadcat.jpg new file mode 100644 index 000000000..3503b97c1 Binary files /dev/null and b/app/assets/images/sadcat.jpg differ diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml index 390d6fb2f..7c8116b9b 100644 --- a/app/views/users/edit.html.haml +++ b/app/views/users/edit.html.haml @@ -197,7 +197,7 @@ %p = t('.close_account.make_diaspora_better') .span-10 - = image_tag 'http://itstrulyrandom.com/wp-content/uploads/2008/03/sadcat.jpg' + = image_tag 'sadcat.jpg' %br %small %b