jquery / jquery-wp-content

WordPress themes and plugins for the jQuery sites
GNU General Public License v2.0
253 stars 169 forks source link

All: add option filter to prevent local homepage redirects #439

Closed timmywil closed 1 year ago

timmywil commented 1 year ago

This adds a filter to prevent local redirects to live sites, specifically local.jquery.com to jquery.com and local.jqueryui.com to jqueryui.com. The culprit turned out to be a combination of wordpress redirecting indexes classified as "page" and the jquery-static-index.php plugin used on those sites. Thanks to @Krinkle for his help figuring this out.