parent
2139f4b4c2
commit
2c41485a61
2 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
* Make the session cookies HttpOnly again [#7041](https://github.com/diaspora/diaspora/pull/7041)
|
* Make the session cookies HttpOnly again [#7041](https://github.com/diaspora/diaspora/pull/7041)
|
||||||
* Invalidate sessions with invalid CSRF tokens [#7050](https://github.com/diaspora/diaspora/pull/7050)
|
* Invalidate sessions with invalid CSRF tokens [#7050](https://github.com/diaspora/diaspora/pull/7050)
|
||||||
* Liking a post will no longer update its interacted timestamp [#7030](https://github.com/diaspora/diaspora/pull/7030)
|
* Liking a post will no longer update its interacted timestamp [#7030](https://github.com/diaspora/diaspora/pull/7030)
|
||||||
* Improve W3C compliance [#7068](https://github.com/diaspora/diaspora/pull/7068) [#7082](https://github.com/diaspora/diaspora/pull/7082) [#7091](https://github.com/diaspora/diaspora/pull/7091)
|
* Improve W3C compliance [#7068](https://github.com/diaspora/diaspora/pull/7068) [#7082](https://github.com/diaspora/diaspora/pull/7082) [#7091](https://github.com/diaspora/diaspora/pull/7091) [#7092](https://github.com/diaspora/diaspora/pull/7092)
|
||||||
* Load jQuery in the head on mobile [#7086](https://github.com/diaspora/diaspora/pull/7086)
|
* Load jQuery in the head on mobile [#7086](https://github.com/diaspora/diaspora/pull/7086)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
%head
|
%head
|
||||||
%title= page_title yield(:page_title)
|
%title= page_title yield(:page_title)
|
||||||
|
|
||||||
|
%meta{charset: "utf-8"}
|
||||||
%link{rel: "shortcut icon", href: image_path("favicon.png")}
|
%link{rel: "shortcut icon", href: image_path("favicon.png")}
|
||||||
%link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")}
|
%link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue