[Issue 14004] (=?UTF-8?Q?=E2=95=AF=E2=96=94=EF=B8=B9=E2=96=94?=)=?UTF-8?Q?=E2=95=AFdon?='t use this file https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js, can't access it in china

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 12 04:04:20 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14004

--- Comment #5 from Riki <lplus at 126.com> ---
<script type="text/javascript"
src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
    <script type="text/javascript">window.jQuery || document.write('<script
src="js/jquery-1.7.2.min.js">\x3C/script>')</script>


connect to ajax.googleapis.com first will block long time until time out

now, i add "127.0.0.1 ajax.googleapis.com" to /etc/hosts 

but this is not friend for new users in china

why not use jquery in locally host or other free cdn

http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js

--


More information about the Digitalmars-d-bugs mailing list