Title: Auto exclude https://cdn.trustindex.io/* Javascript file
Last modified: January 24, 2023

---

# Auto exclude https://cdn.trustindex.io/* Javascript file

 *  Resolved [jmslbam](https://wordpress.org/support/users/jmslbam/)
 * (@jmslbam)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/auto-exclude-https-cdn-trustindex-io-javascript-file/)
 * Your Troubleshooting page says to manually exlcude the JS file, but you as plugin
   author can do it by code yourself? Did you know that?
 *     ```wp-block-code
       function rc_rocket_exclude_js( $excluded_js ) {
       	$excluded_js[] = 'jquery.min.js';
   
       	return $excluded_js;
       }
       add_filter( 'rocket_exclude_js', 'rc_rocket_exclude_js' );
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Support [Lídia from Trustindex](https://wordpress.org/support/users/liditrudex/)
 * (@liditrudex)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/auto-exclude-https-cdn-trustindex-io-javascript-file/#post-16407777)
 * Hi [@jmslbam](https://wordpress.org/support/users/jmslbam/) !
 * Thanks for the tip it’s very much appreciated!
 * We’ll use this in the next version of the plugin!
 * Feel free to write us, if you need any assistance,
   Trustindex

Viewing 1 replies (of 1 total)

The topic ‘Auto exclude https://cdn.trustindex.io/* Javascript file’ is closed to
new replies.

 * ![](https://ps.w.org/wp-reviews-plugin-for-google/assets/icon-256x256.png?rev
   =2721569)
 * [Widgets for Google Reviews](https://wordpress.org/plugins/wp-reviews-plugin-for-google/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-reviews-plugin-for-google/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-reviews-plugin-for-google/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Lídia from Trustindex](https://wordpress.org/support/users/liditrudex/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/auto-exclude-https-cdn-trustindex-io-javascript-file/#post-16407777)
 * Status: resolved