-
Notifications
You must be signed in to change notification settings - Fork 752
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
URLs in ajax-response html are not re-written #373
Closed
Labels
Comments
Suffering with this too 👍 |
shakyShane
added a commit
to shakyShane/foxy
that referenced
this issue
Feb 3, 2015
shakyShane
added a commit
that referenced
this issue
Feb 3, 2015
shakyShane
added a commit
that referenced
this issue
Feb 3, 2015
browserSync({
server: "test/fixtures",
snippetOptions: {
whitelist: ["/wp-admin/admin-ajax.php"], // whitelist checked first
blacklist: ["/wp-admin/**"]
}
}); |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
For example, A Wordpress site that you access on your mobile over wifi - if it makes an ajax request that contains any kind of absolute URL, they are missed by the link-rewriting and results in 404's.
The text was updated successfully, but these errors were encountered: