Skip to content

Commit fa551d1

Browse files
committed
Remove floc header
1 parent 6639381 commit fa551d1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Response.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ public function fromOutput($status = 200, $headers = [])
102102
ee()->config->set_item('compress_output', true);
103103
}
104104

105-
// Send FLOC headers
106-
if (REQ == 'PAGE' && ee()->config->item('enable_floc') !== 'y') {
107-
ee()->output->set_header('Permissions-Policy: interest-cohort=()');
108-
}
109-
110105
// Parse query count
111106
if (REQ != 'CP') {
112107
$output = str_replace(LD.'total_queries'.RD, ee()->db->query_count, $output);

0 commit comments

Comments
 (0)