Skip to content

Commit 48f0043

Browse files
authored
Merge pull request #243 from dpordomingo/cors
Allow cors for projector.tensorflow.org origin
2 parents bba51e9 + 8a2f77d commit 48f0043

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Caddyfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212

1313
ext .html
1414

15+
cors / {
16+
origin http://projector.tensorflow.org
17+
methods GET
18+
}
19+
1520
errors {
1621
404 404.html
1722
}

0 commit comments

Comments
 (0)