Created
          January 13, 2017 21:40 
        
      - 
      
 - 
        
Save jmbrito01/e7240e8d88b731f18cba052bf38996fa to your computer and use it in GitHub Desktop.  
    BDER PROXY
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | function FindProxyForURL(url, host) { | |
| if (shExpMatch(host, "bder-dev.herokuapp.com")) { | |
| return "PROXY localhost:3000"; | |
| } | |
| return "DIRECT"; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment