• Luke

    (@lukejongibson)


    It says it automatically adds integrity tags to external javascript tags, but it does not work and there is no way of manually adding them in the options page which has no features at all.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Meitar

    (@meitar)

    :rolls_eyes:

    Ensure your site is served using HTTPS, not unsecured HTTP.

    Ensure your assets (scripts, stylesheets) were added using the WordPress API hooks, such as wp_enqueue_script(), and so on.

    Ensure you have disabled caching.

    Actually it does work exactly as intended.

    Remember it only adds the integrity attribute tag to <script> tags:
    1) referencing files served via https
    2) on a different server

    Plugin Author Meitar

    (@meitar)

    Thanks, @gerarde.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does not work as intended!’ is closed to new replies.