Skip to content

Commit

Permalink
PETICION UDNET 2018-04-06
Browse files Browse the repository at this point in the history
  • Loading branch information
andresvia committed Apr 6, 2018
1 parent b083cac commit 3fd5597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function FindProxyForURL(url, host) {
// LAS EXCEPCIONES A ESTA REGLA GENERAL DEBERÁN INSERTARSE ANTES DE ESTO
if (shExpMatch(host, "127.0.0.1") || // LOOPBACK
shExpMatch(host, "udistrital.infointelligen.com") || // PETICION UDNET 2018-04-06
shExpMatch(host, "*.local") || // UN DOMINIO MUY COMUN USADO PARA DESARROLLO
shExpMatch(host, "*.localdomain") || // UN DOMINIO COMUN USADO POR DEFECTO
shExpMatch(host, "*.nip.io") || // NIP ES UN CLON DE XIP
Expand Down

0 comments on commit 3fd5597

Please sign in to comment.