• Resolved studio4

    (@studio4)


    Hello,

    Your plugin needs to be updated to prevent subsource integrity issues when serving sites over SSL.

    In /wp-content/plugins/popup-notices-for-woocommerce/src/classes/class-modal.php

    wp_enqueue_script( 'ttt_pnwc_micromodal', '//unpkg.com/micromodal/dist/micromodal.min.js' );

    should be changed to

    wp_enqueue_script( 'ttt_pnwc_micromodal', 'https://unpkg.com/micromodal/dist/micromodal.min.js' );

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subsource integrity’ is closed to new replies.