github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/api/CORS_list.go (about)

     1  // Copyright 2020 The WPT Dashboard Project. All rights reserved.
     2  // Use of this source code is governed by a BSD-style license that can be
     3  // found in the LICENSE file.
     4  
     5  package api
     6  
     7  // CORSList is a list of trusted third-party origins.
     8  // nolint:gochecknoglobals // TODO: Fix gochecknoglobals lint error
     9  var CORSList = []string{"https://jgraham.github.io"}