• Resolved jmslbam

    (@jmslbam)


    In boot.php I’m seeing files being loaded from https://uncannyowl.com which is not GDPR compliant. You might want to optimize that.

    Kind regards,

    Jaime

    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

    (@uncannyowl)

    Thanks @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

    (@jmslbam)

    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

    (@uncannyowl)

    Hi @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.