Skip to content

Commit

Permalink
cors: allow https origins
Browse files Browse the repository at this point in the history
  • Loading branch information
smeets committed Jan 19, 2018
1 parent 0426b09 commit 1feb5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/se/lth/cs/connect/Connect.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ public class Connect extends Application {
"https://localhost:8181",
"http://localhost:8080",

// HTTP ok since content transferred via HTTPS from this server
"http://serpconnect.cs.lth.se",
"https://serpconnect.cs.lth.se",
"http://test.serpconnect.cs.lth.se",
"https://test.serpconnect.cs.lth.se",

// What is this?
"http://api.serpconnect.cs.lth.se",
Expand Down

0 comments on commit 1feb5b5

Please sign in to comment.