Skip to Content
0
Jun 18, 2018 at 08:01 AM

backoffice disable using fonts.googleapis

145 Views

Hi,

I have a problem with the zkex-8.0.5.jar that's used by backoffice (we are using hybris 6.6). When you make a page request, this jar adds an external link to every backoffice-page:

 <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Open+Sans"/>

The communication between the browser and the firewall/loadbalancer/whatever is over https, from there to the hybrisserver its over http. The zkex-8.0.5.jar now includes the external link with http and not https (thats my problem a http-link in a https-site). The zkex-8.0.5.jar has a property

 DONT_USE_GOOGLE_FONT = "org.zkoss.theme.atlantic.useGoogleFont.disabled"

Is there a way to set this property?

BR