commit | f1980078e949eef212bfec547eb7273ef9709fce | [log] [tgz] |
---|---|---|
author | Christopher Chianelli <chris.chianelli@gmail.com> | Tue Apr 18 16:48:46 2023 -0400 |
committer | GitHub <noreply@github.com> | Tue Apr 18 22:48:46 2023 +0200 |
tree | 0673edcfeb6aae2e3770f81555891050bf06a9d1 | |
parent | 19018b9b0daaa9056460b6a9eaffd8edbef8e04e [diff] |
Enable CORS and allow all origins in dev-mode (#553) The runQuickstartsFromSource.sh script was getting its PING requests blocked because of CORS, making it look like the quickstart was infinitely loading. To fix this, I enabled CORS explictly on all the Quarkus quickstarts, and allow all origins in dev mode (runQuickstartsFromSource.sh run the quickstarts in dev mode).