浏览代码

Merge pull request #2 from jkrehm/https-dependencies

Switch dependencies to hosts who serve over HTTPS
Andrew Collington 10 年之前
父节点
当前提交
a7a934697c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      index.php

+ 2 - 2
index.php

@@ -195,8 +195,8 @@ $opcache = OpCacheService::init();
     <meta charset="UTF-8"/>
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <title>OPcache statistics on <?php echo $opcache->getData('version', 'host'); ?></title>
-    <script src="http://fb.me/react-0.12.2.min.js"></script>
-    <script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
+    <script src="//cdn.jsdelivr.net/react/0.12.2/react.min.js"></script>
+    <script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
     <style type="text/css">
         body { font-family:sans-serif; font-size:90%; padding: 0; margin: 0 }
         nav { padding-top: 20px; }