Title: Remove Version from URL
Last modified: October 17, 2018

---

# Remove Version from URL

 *  [Kunal Desai](https://wordpress.org/support/users/iamkunaldesai/)
 * (@iamkunaldesai)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/remove-version-from-url/)
 * How can we remove WordPress Version from [https://cdn.jsdelivr.net/gh/wordpress/wordpress](https://cdn.jsdelivr.net/gh/wordpress/wordpress)**
   @4.9.8**/wp-includes/js/comment-reply.min.js
 * Above URL also works without version
    [https://cdn.jsdelivr.net/gh/wordpress/wordpress/wp-includes/js/comment-reply.min.js](https://cdn.jsdelivr.net/gh/wordpress/wordpress/wp-includes/js/comment-reply.min.js)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Milan Dinić](https://wordpress.org/support/users/dimadin/)
 * (@dimadin)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/remove-version-from-url/#post-10798671)
 * This is not supported because of the way both jsDelivr and commonWP work.
 * First, that second URL is for development version in master/trunk. It may be 
   different even with latest stable version, not to mention older.
 * Next, it is not permanent, meaning we can’t use comparison, and Subresource Integrity(
   SRI). jsDelivr [advises](https://www.jsdelivr.com/using-sri-with-dynamic-files)
   to not use SRI with such URLs.
 * If you are concerned that URL may expose version that you are using and that 
   isn’t stable, there. are filters that prevent that and [section](https://github.com/dimadin/commonWP#exposing-private-details)
   with more explanation.

Viewing 1 replies (of 1 total)

The topic ‘Remove Version from URL’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/commonwp.svg)
 * [commonWP](https://wordpress.org/plugins/commonwp/)
 * [Support Threads](https://wordpress.org/support/plugin/commonwp/)
 * [Active Topics](https://wordpress.org/support/plugin/commonwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/commonwp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/commonwp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Milan Dinić](https://wordpress.org/support/users/dimadin/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/remove-version-from-url/#post-10798671)
 * Status: not resolved