From: Alexander Ebert Date: Fri, 28 Nov 2014 00:50:02 +0000 (+0100) Subject: Fallback to base64-encoded favicon for multiple domain setups X-Git-Tag: 2.1.0_Beta_1~130 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d38bd16f7e26c234a2ea1f235c9c8b94d6559452;p=GitHub%2FWoltLab%2FWCF.git Fallback to base64-encoded favicon for multiple domain setups Favico.js uses a to draw the badge, but this will fail if the accessed domain is foo.example.com and the favicon was served from bar.example.com. This is caused by the fact that the is considered tainted once an external image has been loaded and thus refuses to export the resulting image. Roughly 99.99% of all setups use only a single domain, thus there is absolutely no change in this case. This change adresses potentially issues when running a multiple-domain setup. --- diff --git a/com.woltlab.wcf/templates/headInclude.tpl b/com.woltlab.wcf/templates/headInclude.tpl index 93e2c6b905..f6695c669e 100644 --- a/com.woltlab.wcf/templates/headInclude.tpl +++ b/com.woltlab.wcf/templates/headInclude.tpl @@ -23,7 +23,7 @@ {event name='stylesheets'} - +