-1

All developers in egypt found that cdn.jsdelivr.net is blocked and not working from Egypt

Our ISP Provider is Blocked it, and we don't now why !!

ANYONE know why ???

Also I found this and work perfectly, may it help anyone

cdn.jsdelivr.xyz

enter image description here

LIKE:

// load any project hosted on npm

https://cdn.jsdelivr.xyz/npm/package@version/file

// load any project hosted on npm

https://cdn.jsdelivr.xyz/npm/package@version/file

// load jQuery v3.6.4

https://cdn.jsdelivr.xyz/npm/jquery@3.6.4/dist/jquery.min.js

// use a version range instead of a specific version

https://cdn.jsdelivr.xyz/npm/jquery@3.6/dist/jquery.min.js

https://cdn.jsdelivr.xyz/npm/jquery@3/dist/jquery.min.js

1 Answers1

0

I found this and work perfectly, may it help anyone Just change domain extension from .net to .xyz with the same path

cdn.jsdelivr.xyz

LIKE: // load any project hosted on npm

https://cdn.jsdelivr.xyz/npm/package@version/file

// load any project hosted on npm

https://cdn.jsdelivr.xyz/npm/package@version/file

// load jQuery v3.6.4

https://cdn.jsdelivr.xyz/npm/jquery@3.6.4/dist/jquery.min.js

// use a version range instead of a specific version

https://cdn.jsdelivr.xyz/npm/jquery@3.6/dist/jquery.min.js

https://cdn.jsdelivr.xyz/npm/jquery@3/dist/jquery.min.js

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Aug 28 '23 at 23:42