[
https://issues.apache.org/jira/browse/OFBIZ-9662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16146795#comment-16146795 ]
Jacques Le Roux commented on OFBIZ-9662:
----------------------------------------
Hi Gil, yes right, then why not using HTST?
As you said we can access the site with HTTPS, because the site is already covered by a global ASF certificate. That's why I asked why some resources are accessed by http. For me, the solution of using "//" is only a workaround which hides the underlying problem. As Ashish mentionned Google prefers HTTPS.
Of course accessing resources like js lib or fonts with HTTPS does not add much, if any, to Google ranking. BTW I know Deepak fixed this problem for jquery-1.8.2.min.js and we should do the same for the SANS font.
Actually my worry is about this Deepak's comment
bq. Fixed Mixed Content issue while accessing ofbiz site, replaced http:// and https:// wth // to fix this issue. After changing this it will not work locally as locally we access using file:/// protocol and cdb library files not accessible
I did not test all but if that's true it's a real issue for testing changes.
Summary:
# We can access the site with HTTPS
# It's better for ranking
# Easier for testing locally
So we should
# replace all // by HTTPS//
# identify the resource which really need HTTP, if any
# replace their access by HTTPS
# uses HSTS to force all users to get through HTTPS
I hope I'm clear :)
> Header links in OFBiz new website seems broken
> ----------------------------------------------
>
> Key: OFBIZ-9662
> URL:
https://issues.apache.org/jira/browse/OFBIZ-9662> Project: OFBiz
> Issue Type: Bug
> Environment: Firefox 55.0.2 (64 bits)
> Chrome : Version 60.0.3112.90 (Build officiel) (64 bits)
> Reporter: Gil Portenseigne
> Attachments: screenshot-1.png
>
>
> I cannot see carrousel, i cannot see the drop-down, even after clearing all caches and even changing firefox profile to a new one (to avoid addon issue).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)