mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
12 lines
277 B
C++
12 lines
277 B
C++
// Copyright (c) 2015 GitHub, Inc.
|
|
// Use of this source code is governed by the MIT license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#include "atom/common/atom_constants.h"
|
|
|
|
namespace atom {
|
|
|
|
const char* kCORSHeader = "Access-Control-Allow-Origin: *";
|
|
|
|
} // namespace atom
|