{"id":9728,"date":"2021-04-19T17:10:56","date_gmt":"2021-04-19T21:10:56","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=9728"},"modified":"2021-12-07T16:32:40","modified_gmt":"2021-12-07T21:32:40","slug":"wordpress-to-automatically-disable-google-floc-on-websites-2","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/wordpress-to-automatically-disable-google-floc-on-websites-2\/","title":{"rendered":"WordPress to Automatically Disable Google FLoC on Websites"},"content":{"rendered":"\n
WordPress announced that they may automatically block Google’s new FLoC tracking technology as a security concern for its users<\/a>.<\/p>\n\n\n\n WordPress<\/a> stated that they will be treating Google FLoC tracking like a security <\/a>concern. This means in future releases of WordPress this issue will be addressed with a patch in the next minor release rather than waiting for a major release.<\/p>\n\n\n\n There is also the option to back-port the patch to previous versions of WordPress. The next version of WordPress 5.8 is scheduled for July 2021 while FLoC will likely be rolling out this month.<\/p>\n\n\n\n As stated<\/a>, WordPress powers approximately 41% of the web \u2013 and this community can help combat racism, sexism, anti-LGBTQ+ discrimination, and discrimination against those with mental illness with four lines of code:<\/p>\n\n\n\n <\/p>\n\n\n\n If admins want FloC they are likely to have the technical know-how to simply override the above proposed filter in Core.<\/p>\n\n\n\n When balancing the stakeholder interests, the needs of website administrators who are not even aware that this is something that they need to mitigate \u2013 and the interests of the users and visitors to those sites, is simply more compelling. As stated in this statement<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":" WordPress announced that they may automatically block Google’s new FLoC tracking technology as a security concern for its users. WordPress stated that they will be treating Google FLoC tracking like…<\/p>\n","protected":false},"author":1,"featured_media":9729,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,16],"tags":[106,320,468,526,635],"yoast_head":"\nfunction disable_floc($headers) {\n $headers['Permissions-Policy'] = 'interest-cohort=()';\n return $headers;\n }\n \nadd_filter('wp_headers', 'disable_floc');<\/code><\/pre>\n\n\n\n