[x/go.dev] all: remove Google Analytics tag in favor of just GTM

+ GTM can be used in place of Google Analytics. Both are not
  needed.
+ Generate Content-Security-Policy headers using a Go program
  instead of manually editing them in the .yaml files.
+ Add two new entries to the CSP header so that GTM Preview mode
  will work
+ Removes some dead code from when the site used the Google
  Feedback widget

Fixes b/157076855

Change-Id: Icdb3e8d3d4619e91cab0f3f1b92f7672c0016c2f
X-GoDev-Commit: 43b78e0b541a65d0f42352c62a451ae57917afb6
8 files changed
tree: 5ed765f855e93f5cdb83f22fa38e9446eb705fdd
  1. go.dev/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. CONTRIBUTORS
  5. LICENSE
  6. PATENTS
  7. README.md
README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.