Skip to content

Commit

Permalink
allow cors credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Jun 9, 2016
1 parent 7aef8f9 commit 130fdc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cljs/ulysses/utils.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@
{:params
(when params
(remap url-encode-component params))
:with-credentials true
:response-format :json
:keywords? true
:handler handler
Expand Down

0 comments on commit 130fdc0

Please sign in to comment.