Hi Dimitar,
Unfortunately no improvement with 1.9.5 on our config.
If I make an config export I see these in the .sql:
<em>INSERT INTO wp_options (option_id, option_name, option_value, autoload)
VALUES (NULL, 'hh_access_control_allow_methods', '1', 'yes')
ON DUPLICATE KEY UPDATE option_value = '1', autoload = 'yes';
INSERT INTO wp_options (option_id, option_name, option_value, autoload)
VALUES (NULL, 'hh_access_control_allow_methods_value', 'a:3:{s:3:"GET";s:1:"1";s:4:"POST";s:1:"1";s:4:"HEAD";s:1:"1";}', 'yes')
ON DUPLICATE KEY UPDATE option_value = 'a:3:{s:3:"GET";s:1:"1";s:4:"POST";s:1:"1";s:4:"HEAD";s:1:"1";}', autoload = 'yes';
INSERT INTO wp_options (option_id, option_name, option_value, autoload)
VALUES (NULL, 'hh_access_control_allow_origin', '1', 'yes')
ON DUPLICATE KEY UPDATE option_value = '1', autoload = 'yes';
INSERT INTO wp_options (option_id, option_name, option_value, autoload)
VALUES (NULL, 'hh_access_control_allow_origin_url', 'a:4:{i:0;s:21:"https://www.xillion.nl";i:1;s:22:"https://www.xillion.nl";i:2;s:18:"https://xillion.nl";i:3;s:17:"https://xillion.nl";}', 'yes')
ON DUPLICATE KEY UPDATE option_value = 'a:4:{i:0;s:21:"https://www.xillion.nl";i:1;s:22:"https://www.xillion.nl";i:2;s:18:"https://xillion.nl";i:3;s:17:"https://xillion.nl";}', autoload = 'yes';</em>
But they don’t show up when i inspect the headers. Some other parameters do, like the CSP policy do show up.
-
This reply was modified 6 years, 4 months ago by quadrumanous.
-
This reply was modified 6 years, 4 months ago by Jan Dembowski.