• I have images that I am sourcing through a separate cdn CNAME and I want those to be ignored. I did this:

    define( ‘CF_IMAGE_RESIZING_WHITELIST’, true );
    define( ‘CF_IMAGE_RESIZING_WHITELIST_URLS’, [ ‘cdn.kubashi.com’ ] );

    But the plugin still replaces the URLs.

  • The topic ‘CF_IMAGE_RESIZING_WHITELIST_URLS not working.’ is closed to new replies.