Github user garrensmith commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/264#discussion_r24480945
  
    --- Diff: app/addons/cors/components.react.jsx ---
    @@ -232,7 +251,7 @@ define([
     
         enableCorsChange: function (event) {
           if (this.state.corsEnabled && !_.isEmpty(this.state.origins) && 
!this.state.isAllOrigins) {
    -        var result = window.confirm('Are you sure? Disabling CORS will 
overwrite your specific origin domains.');
    +        var result = window.confirm('Are you sure? Disabling CORS will 
disable browser access to your databases from other applications.');
    --- End diff --
    
    I prefer the original message here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to