We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acf478 commit b13b796Copy full SHA for b13b796
main.go
@@ -32,9 +32,6 @@ func singleJoiningSlash(a, b string) string {
32
func NewSegmentReverseProxy(cdn *url.URL, trackingAPI *url.URL) http.Handler {
33
director := func(req *http.Request) {
34
// Figure out which server to redirect to based on the incoming request.
35
- // https://segment-cdn.dayforward.com/analytics-next/bundles/130.bundle.9457873b007a93e16765.js
36
- // https://segment-cdn.dayforward.com/analytics-next/bundles/ajs-destination.bundle.c473a3426ccbc3cdfba0.js
37
- // https://prod-segment-cdn.dayforward.com/next-integrations/integrations/facebook-pixel/2.11.4/facebook-pixel.dynamic.js.gz
38
var target *url.URL
39
switch {
40
case strings.HasPrefix(req.URL.String(), "/v1/projects"):
0 commit comments