• Resolved 1prosopo

    (@1prosopo)


    Hi,

    Please will you add js.prosopo.io to the list of domains that you do not bundle? Your plugin is breaking our script on clients’ sites.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Svetoslav Vasev

    (@svetoslavvasev)

    Hello @1prosopo ,

    You can easily exclude JS scripts from js.prosopo.io from being combined by adding this filter into the functions.php script of the site’s theme:
    add_filter( 'sgo_javascript_combine_excluded_external_paths', 'js_combine_exclude_external_script' );
    function js_combine_exclude_external_script( $exclude_list ) {
    $exclude_list[] = 'js.prosopo.io';
    return $exclude_list;
    }

    You can alternatively insert the filter via any plugin that provides custom code insertion.

    If you’re a SiteGround client, please submit a support request via our Help Desk if we can be of any further assistance.

    Best Regards,

    Svetoslav Vasev

    Thread Starter 1prosopo

    (@1prosopo)

    Hi Svetoslav,

    We’re not actually in control of the websites in question. We offer a plugin that integrates with various WP form plugins to provide CAPTCHA protection. When someone installs our plugin alongside SG Optimizer it breaks our plugin.

    For most people, they will just think our plugin is broken and will not contact us, giving us a bad name. Is it therefore possible to whitelist us from Optimization within SG Optimizer?

    Hopefully you can understand our predicament.

    Thanks

    Plugin Support Gergana Petrova

    (@gpetrova)

    Hello @1prosopo.,

    I have brought your request to the attention of our plugin’s developers for further review. While I cannot offer an ETA at the moment, we will let you know if there’s any update on the matter.

    Best Regards,
    Gergana Petrova.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.