فهرست منبع

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; }