वर्णन
A simple plugin to disable loading of jquery-migrate on the frontend due to a XSS vulerability of jQuery Migrate 1.2.1.
More details here: https://github.com/jquery/jquery-migrate/issues/36
It’s also one thing less to load where it counts.
Props to people in this thread: https://wordpress.org/support/topic/removing-the-default-jquery-and-migrate-from-the-header-in-last-version-of-wp?replies=6.
स्थापना
- Upload contents of the plugin zip file to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Profit
नेहमी विचारले जाणारे प्रश्न
- Why is the jQuery-migrate needed?
-
There are still some dependencies in WP-Admin that require it to be present. Most up-to-date frontend code and plugins don’t require it however so theres no reason to load it there.
- Can this break my site?
-
Yes, possibly. Some plugins on your frontend might count on jquery-migrate beign available
समीक्षा
योगदानकर्ते आणि विकसक
“Disable jQuery Migrate” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Disable jQuery Migrate” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.0
- Initial version