[openstreetmap/openstreetmap-website] Use $.ajax instead of iframe to make remote control requests (PR #3760)
Tom Hughes
notifications at github.com
Tue Dec 6 20:17:49 UTC 2022
Yes please do try it after changing this:
```
$.ajax(url, { timeout: 5000 })
```
to this:
```
$.ajax(url, { timeout: 5000, mode: "no-cors" })
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/3760#issuecomment-1339954471
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/3760/c1339954471 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20221206/1a7b357d/attachment.htm>
More information about the rails-dev
mailing list