You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/03/10 17:54:32 UTC

[GitHub] [couchdb] atrauzzi commented on a change in pull request #2648: Feature - Add JWT support

atrauzzi commented on a change in pull request #2648: Feature - Add JWT support
URL: https://github.com/apache/couchdb/pull/2648#discussion_r390503460
 
 

 ##########
 File path: rel/overlay/etc/default.ini
 ##########
 @@ -166,7 +166,7 @@ allow_jsonp = false
 ; For more socket options, consult Erlang's module 'inet' man page.
 ;socket_options = [{recbuf, undefined}, {sndbuf, 262144}, {nodelay, true}]
 socket_options = [{sndbuf, 262144}]
-enable_cors = false
+enable_cors = true
 
 Review comment:
   Yeah, we should leave anything to do with CORS up to whoever is configuring the server. 👍

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services