cloudflare/Cloudflare-WordPress

Public

mirrored fromhttps://github.com/cloudflare/Cloudflare-WordPress

CodeCommitsIssuesPull requestsActionsInsightsSecurity
147935161cc1de0ddf644c67f06770dd16108657

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

config.js

31lines · modepreview

{
    "debug": false,
    "featureManagerIsAlwaysOnlineEnabled": true,
    "featureManagerIsBrowserCacheTTLEnabled": true,
    "featureManagerIsBrowserIntegrityCheckEnabled": true,
    "featureManagerIsCacheLevelEnabled": true,
    "featureManagerIsChallengePassageEnabled": true,
    "featureManagerIsDevelopmentModeEnabled": true,
    "featureManagerIsFullZoneProvisioningEnabled": false,
    "featureManagerIsImageOptimizationEnabled": true,
    "featureManagerIsIpv6Enabled": true,
    "featureManagerIsIpRewriteEnabled": true,
    "featureManagerIsMinifyEnabled": true,
    "featureManagerIsProtocolRewriteEnabled": true,
    "featureManagerIsPurgeCacheEnabled": true,
    "featureManagerIsRailgunEnabled": true,
    "featureManagerIsScanEnabled": false,
    "featureManagerIsSecurityLevelEnabled": true,
    "featureManagerIsSSLEnabled": true,
    "featureManagerIsWAFEnabled": true,
    "isSubdomainCheckEnabled": true,
    "homePageCards": ["ApplyDefaultSettingsCard", "PurgeCacheCard", "PluginSpecificCacheCard"],
    "moreSettingsCards": {
        "container.moresettings.speed": ["AlwaysOnlineCard", "ImageOptimizationCard"],
        "container.moresettings.security": ["SecurityLevelCard", "WAFCard", "AdvanceDDoSCard"]
    },
    "locale": "en",
    "integrationName": "wordpress",
    "useHostAPILogin": false,
    "version": "3.0.0"
}