Plugin Directory

Changeset 3345757


Ignore:
Timestamp:
08/16/2025 10:55:02 PM (7 months ago)
Author:
bitslip6
Message:

fix cross origin header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bitfire/trunk/src/dashboard.php

    r3345745 r3345757  
    473473        "free_disable" => ($free) ? "disabled='disabled'" : "",
    474474        "hide_wordpress" => defined("WPINC") ? "hidden" : "",
    475         "cor_policy" => (CFG::str("cor_policy") == "same-site") ? true : false,
     475        "cor_policy" => (CFG::str("cor_policy") == "same-origin") ? true : false,
    476476        //"theme_css" => file_get_contents(\BitFire\WAF_ROOT."public/theme.min.css"). file_get_contents(\BitFire\WAF_ROOT."public/theme.bundle.css"),
    477477        "hide_shmop" => (function_exists("shmop_open")) ? "" : "hidden",
Note: See TracChangeset for help on using the changeset viewer.