Yes, I recommend not using using any public cdn. That includes cdnjs, google hosted libraries, maxcdn. anything.
I think that you will inevitably end up needing to host code that uses the external dependencies, and you should host your libraries from the same 'place' that your code ends up on.
It's about data locality and reducing moving parts.