7 lines
179 B
JavaScript
7 lines
179 B
JavaScript
export const DEFAULT_OPTIONS = {
|
|
enabled: false,
|
|
script_url: 'https://static.cloudflareinsights.com/beacon.min.js',
|
|
token: 'xxx',
|
|
}
|
|
export const CF_LIB_TAG_ID = 'cf-import'
|