HTTPS/SSL errors due to fonts.googleapis.com import

XMLWordPrintable

    • Type: Bug
    • Resolution: Invalid
    • Priority: Normal
    • 7.0.6
    • Affects Version/s: None
    • Component/s: None
    • None
    • None

      In src/main/resources/web/atlantic/zul/less/norm.less
      the following line is setting http:// so you get errors when using this theme under https
      @import ~"url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700)";

      Suggested fix – change the line to:
      @import ~"url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700)";

      I've done this on my local build to solve the problem but it would be nice if it was upstream.

      you may also want to look at line 249 of the same file to remove the http there also.
      background-image: url('http://www.zkoss.org/zk/img/${z:encodeWithZK("zkpowered.png")}');

            Assignee:
            DevChu
            Reporter:
            DevChu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: