Skip to content

Commit

Permalink
tunnel for ACCESS testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andylytical committed Jul 8, 2024
1 parent 86433ea commit c5d5295
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proxy.pac
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ function FindProxyForURL(url, host) {
/* FLASK TESTING */
if ( url.startsWith( "http://metris" ) )
return proxy_5703;
/* ACCESS TESTING */
if ( url.startsWith( "http://localhost" ) )
return proxy_5703;

/* Uncomment when in Wiki / Jira Maintenance */
/* if ( shExpMatch(host, "jira-*.ncsa.illinois.edu") || */
Expand Down

0 comments on commit c5d5295

Please sign in to comment.