// 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 (dnsDomainIs(host, "localhost")) { return "DIRECT;"; } if (isInNet(host, "127.0.0.0", "255.0.0.0")) { return "DIRECT;"; } if (shExpMatch(url, "http://www.asict.polimi.it/rete/proxy/testDigestAuth.html")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://verify.proxy.polimi.it*")) { 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://*.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://*.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://*.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, "https://*.ihs.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://*.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://*.opg.optica.org*")) { 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, "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"; } if (shExpMatch(url, "http://*.torrossa.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*asmedl.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://riba.sirsidynix.net.uk*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://global.ebsco-content.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.artstor.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.lexisnexis.eu*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.leggiditaliaprofessionale.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.leggiditalia.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ilfisco.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.thomsonreuters.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.brainshark.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.tandfebooks.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.asme.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.concrete.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.lexisnexis.nl*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "*.liebertpub.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.woodheadpublishingonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ascelibrary.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ascelibrary.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.artstor.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.artstor.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.engineeringvillage.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ip2info.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.elsevier.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.bvdinfo.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.bvdinfo.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.thomsonreuters.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://login.ihserc.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://aida.bvdinfo.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://ascelibrary.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://ascelibrary.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://cdnjs.cloudflare.com/ajax/libs/require.js/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.orbit.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.orbit.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.questel.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.questel.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.scopus.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.nexis.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://du*.ilsole24ore.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://du*.ilsole24ore.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.onepetro.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.astm.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.bsigroup.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://d2o2xe7zwn4swr.cloudfront.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.onepetro.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.springer.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.springerlink.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.oup.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.oup.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.silverchair-cdn.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.silverchair-cdn.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.proquest.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.iospress.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.iospress.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.sciencedirect.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.sciencedirect.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.taylorfrancis.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.taylorfrancis.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://tandf.co.uk*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://tandf.co.uk*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ihs.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.cambridge.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ams.org/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.siam.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.siam.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.asme.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.aiaa.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.nature.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.asminternational.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ieee.org**")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.kortext.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.pardot.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.torrossa.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.acs.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.jstor.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.casalini.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.cas.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ulrichsweb.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.wiley.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.urbadoc.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.etailer.dpsl.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://ntplusdiritto.ilsole24ore.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.engnetbase.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.engineeringvillage2.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.emeraldinsight.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.deaprofessionale.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.csa.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ebsco.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.acm.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.blackwell-synergy.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.kluweronline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.appaltiecontratti.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ipzs.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.computer.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.oxfordlanguagedictionaries.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.metapress.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.chemistry.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.lexisnexis.com/**")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.hwwilsonweb.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.sciencemag.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://jchemed.chem.wisc.edu/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.isiknowledge.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.athensams.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.nlm.nih.gov*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ingentaconnect.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.aip.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.envplan.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.sagepub.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.atypon-link.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.oed.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.groveart.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.eb.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.eb.co.uk/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.uni-bielefeld.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://scholar.google.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.infosecuritynetbase.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.math.berkeley.edu*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.tesionline.it/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.oxfordartonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.annualreviews.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.rsc.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ingenta.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://www.netvibes.com/img/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.opticsinfobase.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.crcnetbase.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.hwwilson.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ebscohost.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.elexico.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.aci-int.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.agu.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.aimsciences.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.annals.princeton.edu*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.aspbs.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.begellhouse.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.bepress.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.casi.ca*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.earthscan.co.uk*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.earthscanjournals.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ems-ph.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.esaim-cocv.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.euppublishing.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.expert-reviews.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.icevirtuallibrary.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.icr-heart.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.inceusa.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.informahealthcare.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.informaworld.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.informs.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.intlpress.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.iop.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.iumj.indiana.edu*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.jhr.uwpress.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.journals.pepublishing.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.journals.wspc.com.sg*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.liebertonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.mitpressjournals.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.opg.optica.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.muse.jhu.edu*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.nace.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.nanolabweb.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.oxfordjournals.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.palgrave-journals.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.projecteuclid.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.pubs.amstat.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.raes.org.uk*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.railjournal.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.rbm.aedificat.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.reference-global.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.rmpd.revuesonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.schattauer.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.snmjournals.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.technopress.kaist.ac.kr*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.techscience.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ucpress.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.wildlifejournals.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.worldscientific.com.sg*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.tandfonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.tandfebooks.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.sae.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.sae.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.adobedtm.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.adobedtm.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.ithaka.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.ithaka.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.demdex.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.demdex.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.omtrdc.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.omtrdc.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.jstore.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.jstore.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.scitation.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.scitation.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.silverchair.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.silverchair.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.taylorandfrancis.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.taylorandfrancis.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.sagepub.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.sagepub.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.nexisuni.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.nexisuni.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.lexis.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.lexis.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.scival.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.scival.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.aps.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.aps.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.emerald.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.emerald.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.artstor.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.jove.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.jove.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.elcroquisdigital.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.elcroquisdigital.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*elcroquisdigital.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*elcroquisdigital.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.worldscientific.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.worldscientific.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.torrossa.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.torrossa.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.allenpress.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.allenpress.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.inderscienceonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.aom.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.inderscienceonline.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.aom.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.igi-global.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.igi-global.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.msp.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*msp.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*msp.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.msp.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.edu.tw*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.edu.tw*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.onarchitecture.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.onarchitecture.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.clarivate.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.clarivate.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.degruyter.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.degruyter.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.statista.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.statista.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://risorse.biblio.polimi.it/**")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://risorse.biblio.polimi.it/**")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.theplan.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.theplan.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.theplanjournal.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.theplanjournal.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://ntplusdiritto.ilsole24ore.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.oecd-ilibrary.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.oecd-ilibrary.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.osapublishing.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.osapublishing.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.structuralweb.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.concrete.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://cdn.cookielaw.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://cdn.cookielaw.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.structuralweb.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.uni.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.uni.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.vitalsource.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.vitalsource.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.inderscience.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.inderscience.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.aeaweb.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.aeaweb.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://verify.proxy.polimi.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://verify.proxy.polimi.it*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*api-elcroquisdigital.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*free-croquis-pro.s3.eu-west-3.amazonaws.com//*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*documents-croquis-pro.s3.eu-west-3.amazonaws.com/*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.thieme-connect.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.thieme-connect.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.thieme-connect.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.thieme-connect.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.thieme.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.thieme.de*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.cookielaw.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.cookielaw.org*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.adform.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.adform.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.cloudfront.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.cloudfront.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.id5-sync.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.id5-sync.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.theadex.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.theadex.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.googletagmanager.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.googletagmanager.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.adition.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.adition.com*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "https://*.adiform.net*")) { return "PROXY proxy.polimi.it:8080"; } if (shExpMatch(url, "http://*.adiform.net*")) { return "PROXY proxy.polimi.it:8080"; } return "DIRECT"; }