logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: ceecf962081b858f40978829041bfc2b282ddcae
parent: 47a3036ea6ade308c34b47301ddfe8196da6cf51
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sat, 22 Apr 2017 01:06:43 +0900

Add crossorigin="anonymous" to about (#2272)


Diffstat:

Mapp/views/about/show.html.haml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/about/show.html.haml b/app/views/about/show.html.haml @@ -1,5 +1,5 @@ - content_for :header_tags do - = javascript_include_tag 'application_public', integrity: true + = javascript_include_tag 'application_public', integrity: true, crossorigin: 'anonymous' - content_for :page_title do = site_hostname