Created
July 20, 2023 03:36
-
-
Save kyouheicf/9bad867236a0f8e0de0875d9def809f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| initial_settings = [ | |
| { | |
| always_online = "off" | |
| always_use_https = "on" | |
| automatic_https_rewrites = "off" | |
| binary_ast = "off" | |
| brotli = "off" | |
| browser_cache_ttl = 14400 | |
| browser_check = "on" | |
| cache_level = "aggressive" | |
| challenge_ttl = 1800 | |
| ciphers = [] | |
| cname_flattening = "flatten_at_root" | |
| development_mode = "off" | |
| early_hints = "off" | |
| email_obfuscation = "on" | |
| filter_logs_to_cloudflare = "off" | |
| h2_prioritization = "off" | |
| hotlink_protection = "off" | |
| http2 = "on" | |
| http3 = "off" | |
| image_resizing = "off" | |
| ip_geolocation = "on" | |
| ipv6 = "on" | |
| log_to_cloudflare = "on" | |
| max_upload = 100 | |
| min_tls_version = "1.0" | |
| minify = [ | |
| { | |
| css = "off" | |
| html = "off" | |
| js = "off" | |
| }, | |
| ] | |
| mirage = "off" | |
| mobile_redirect = [ | |
| { | |
| mobile_subdomain = "" | |
| status = "off" | |
| strip_uri = false | |
| }, | |
| ] | |
| opportunistic_encryption = "off" | |
| opportunistic_onion = "on" | |
| orange_to_orange = "off" | |
| origin_error_page_pass_thru = "off" | |
| origin_max_http_version = "1" | |
| polish = "off" | |
| prefetch_preload = "off" | |
| privacy_pass = "on" | |
| proxy_read_timeout = "100" | |
| pseudo_ipv4 = "off" | |
| response_buffering = "off" | |
| rocket_loader = "off" | |
| security_header = [ | |
| { | |
| enabled = false | |
| include_subdomains = false | |
| max_age = 0 | |
| nosniff = false | |
| preload = false | |
| }, | |
| ] | |
| security_level = "medium" | |
| server_side_exclude = "on" | |
| sort_query_string_for_cache = "off" | |
| ssl = "full" | |
| tls_1_2_only = "off" | |
| tls_1_3 = "on" | |
| tls_client_auth = "off" | |
| true_client_ip_header = "off" | |
| universal_ssl = "" | |
| visitor_ip = "on" | |
| waf = "off" | |
| webp = "off" | |
| websockets = "on" | |
| zero_rtt = "off" | |
| }, | |
| ] | |
| initial_settings_read_at = "2023-07-10T15:19:12.244737Z" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment