// cached version // Politecnico di Milano // Area Sistemi Informatici // // Questo e' il file di configurazione automatica del Server Proxy // Per maggiori informazioni consultare il sito // // http://www.asict.polimi.it // function FindProxyForURL(url, host) { if (shExpMatch(url, "http://www.asict.polimi.it/rete/proxy/testDigestAuth.html")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.asict.polimi.it/rete/proxy/configurazione.html")) { return "PROXY proxy.polimi.it:8080"; } // wpad da Internet // Questo file di configurazione automatica e' valido // per collegamenti effettuati dall'esterno della rete Politecnico. if (shExpMatch(url, "http://*.casalini.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.cas.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.aiaa.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ulrichsweb.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.nature.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.wiley.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.urbadoc.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ieee.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.etailer.dpsl.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.esdu.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.engnetbase.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.engineeringvillage2.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.mathematik.uni-bielefeld.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.emeraldinsight.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.elsevier.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.deaprofessionale.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.csa.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ebsco.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://polisearch.biblio.polimi.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.biblio.polimi.it/internet/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.acm.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.acs.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.blackwell-synergy.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.kluweronline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.appaltiecontratti.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ipzs.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://rondelet.biblio.polimi.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://jukebox.biblio.polimi.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.computer.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.oxfordlanguagedictionaries.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://scienceserver.cilea.it/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.metapress.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://sfx.biblio.polimi.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ihserc.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://ams.mathematik.uni-bielefeld.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ihserc.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.springerlink.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.chemistry.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.lexisnexis.com/**")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.hwwilsonweb.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.sciencemag.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://jchemed.chem.wisc.edu/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://isiknowledge.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.cilea.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.athensams.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.springer.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.biblio.polimi.it/internet/refworks_password.html*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ncbi.nlm.nih.gov*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ingentaconnect.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.aip.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.envplan.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.sagepub.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.atypon-link.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.cambridge.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.oed.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.groveart.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.eb.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.eb.co.uk/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.uni-bielefeld.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ams.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://scholar.google.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.jstor.org/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.isiknowledge.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.engineeringvillage.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.infosecuritynetbase.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.scopus.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://pjm.math.berkeley.edu/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.sciencedirect.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.tesionline.it/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.oxfordartonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.annualreviews.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.asminternational.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.rsc.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ingenta.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://image*.*realmedia.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.newsgator.com/images/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.netvibes.com/img/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.pageflakes.com/*.gif*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.opticsinfobase.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://qqasdasdq.test12.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.crcnetbase.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.hwwilson.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.bvdep.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ebscohost.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.bvdep.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.elexico.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.aci-int.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.agu.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.aimsciences.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.annals.princeton.edu*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.aspbs.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.astm.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.atypon-link.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.begellhouse.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.bepress.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.casi.ca*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.earthscan.co.uk*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.earthscanjournals.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ems-ph.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.esaim-cocv.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.euppublishing.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.expert-reviews.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.icevirtuallibrary.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.icr-heart.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.inceusa.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.informahealthcare.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.informaworld.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.informs.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.intlpress.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.iopscience.iop.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.iumj.indiana.edu*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.jhr.uwpress.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.journals.pepublishing.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.journals.wspc.com.sg*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.liebertonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.math.berkeley.edu*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.mitpressjournals.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.mitsloan.mit.edu*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.muse.jhu.edu*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.nace.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.nanolabweb.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.oxfordjournals.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.palgrave-journals.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.projecteuclid.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.pubs.amstat.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.raes.org.uk*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.railjournal.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.rbm.aedificat.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.reference-global.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.rmpd.revuesonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.schattauer.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.snmjournals.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.technopress.kaist.ac.kr*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.techscience.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ucpress.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.wildlifejournals.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.worldscientific.com.sg*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://risorseelettroniche.biblio.polimi.it/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://test.com3*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.questel.com/**")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.edital.com/**")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://www.orbit.com/**")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.reaxys.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ebrary.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.doi.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.britannica.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.sungard.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://sso2.staging.unimi.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*webofknowledge.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*webofknowledge.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*isiproducts.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*isiproducts.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.serialssolutions.com/**")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.tandfonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.proquest.com*")) { return "PROXY proxy.polimi.it:8080"; } return "DIRECT"; }