Title: GDPR: Loading assets from https://uncannyowl.com
Last modified: May 23, 2023

---

# GDPR: Loading assets from https://uncannyowl.com

 *  Resolved [jmslbam](https://wordpress.org/support/users/jmslbam/)
 * (@jmslbam)
 * [3 years ago](https://wordpress.org/support/topic/gdpr-loading-assets-from-https-uncannyowl-com/)
 * In `boot.php` I’m seeing files being loaded from [https://uncannyowl.com](https://uncannyowl.com)
   which is not GDPR compliant. You might want to optimize that.
   Kind regards,Jaime
 *     ```wp-block-code
       public static function uo_admin_support_css() {
       		$pages_to_include = array( 'uncanny-toolkit-plugins', 'uncanny-toolkit-kb' );
       		if ( isset( $_GET['page'] ) && in_array( $_GET['page'], $pages_to_include ) ) {
       			wp_enqueue_style( 'uncannyowl-core', 'https://uncannyowl.com/wp-content/mu-plugins/uncanny-plugins-core/dist/bundle.min.css', array(), UNCANNY_TOOLKIT_VERSION );
       			wp_enqueue_script( 'uncannyowl-core', 'https://uncannyowl.com/wp-content/mu-plugins/uncanny-plugins-core/dist/bundle.min.js', array( 'jquery' ), UNCANNY_TOOLKIT_VERSION );
       		}
       	}
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Uncanny Owl](https://wordpress.org/support/users/uncannyowl/)
 * (@uncannyowl)
 * [3 years ago](https://wordpress.org/support/topic/gdpr-loading-assets-from-https-uncannyowl-com/#post-16761757)
 * Thanks [@jmslbam](https://wordpress.org/support/users/jmslbam/) !
 * Yes, we can include that change (bundling the files in the plugin instead of 
   loading them offsite) in the next release. Tentatively we’re planning to get 
   that out next week.
 * Our team confirmed that we are loading them from outside the plugin because those
   assets are used in several of our plugins and it made it easier to manage changes,
   but we can definitely make that update.
 *  Thread Starter [jmslbam](https://wordpress.org/support/users/jmslbam/)
 * (@jmslbam)
 * [3 years ago](https://wordpress.org/support/topic/gdpr-loading-assets-from-https-uncannyowl-com/#post-16761791)
 * Thank you for your quick response!
   I understand the use-case! Just brainstorming,
   but maybe you could create a stand-alone npm package or so and require that in
   each plugin?Have a great day!
 *  Plugin Author [Uncanny Owl](https://wordpress.org/support/users/uncannyowl/)
 * (@uncannyowl)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/gdpr-loading-assets-from-https-uncannyowl-com/#post-16819909)
 * Hi [@jmslbam](https://wordpress.org/support/users/jmslbam/) , we just wanted 
   to confirm that this change was applied in the 3.6.4.4 release. Thanks again 
   for the suggestion!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘GDPR: Loading assets from https://uncannyowl.com’ is closed to new replies.

 * ![](https://ps.w.org/uncanny-learndash-toolkit/assets/icon-256x256.jpg?rev=3400711)
 * [Uncanny Toolkit for LearnDash](https://wordpress.org/plugins/uncanny-learndash-toolkit/)
 * [Support Threads](https://wordpress.org/support/plugin/uncanny-learndash-toolkit/)
 * [Active Topics](https://wordpress.org/support/plugin/uncanny-learndash-toolkit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/uncanny-learndash-toolkit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/uncanny-learndash-toolkit/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Uncanny Owl](https://wordpress.org/support/users/uncannyowl/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/gdpr-loading-assets-from-https-uncannyowl-com/#post-16819909)
 * Status: resolved