# public2 **Repository Path**: jscode/public2 ## Basic Information - **Project Name**: public2 - **Description**: 示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README function FindProxyForURL (url, host) { if (dnsDomainIs(host, "facebook.com") || dnsDomainIs(host, "youtube.com") || dnsDomainIs(host, "googleblog.com") || dnsDomainIs(host, "google.com") || dnsDomainIs(host, "cloud.google.com") || dnsDomainIs(host, "fonts.googleapis.com") || dnsDomainIs(host, "ajax.googleapis.com") || dnsDomainIs(host, "google.co.jp") || dnsDomainIs(host, "fonts.gstatic.com") || dnsDomainIs(host, "google-analytics.com") || dnsDomainIs(host, ".blogger.com") || dnsDomainIs(host, "rgc-deps.appspot.com") || dnsDomainIs(host, "ssl.google-analytics.com") || dnsDomainIs(host, "blogspot.com") || dnsDomainIs(host, "tensorflow.org") || dnsDomainIs(host, "katacontainers.io") ){ return "PROXY 127.0.0.1:8887"; } return "DIRECT"; }