cljsreplを機能させようとしています。ただし、Chromeのjsコンソールで次のエラーが発生します-
Unsafe JavaScript attempt to access frame with URL http://0.0.0.0:3000/ from frame with URL http://localhost:9000/repl? ....... Domains, protocols and ports must match.
を使用してcljreplでアプリを提供しています(ring.util.serve/serve app)
。これにより、ブラウザが開きますhttp://0.0.0.0:3000
クロスドメインの問題を解決するにはどうすればよいですか?