métase su tracking en el cohorto
parent
52760d0b1b
commit
745b54a40e
|
@ -148,6 +148,7 @@ if ($isGt3160) {
|
||||||
try {
|
try {
|
||||||
if (!isset($hook_before)) {
|
if (!isset($hook_before)) {
|
||||||
$hook_before = function ($handler) {
|
$hook_before = function ($handler) {
|
||||||
|
header("Permissions-Policy: interest-cohort=()");
|
||||||
header("Content-Security-Policy: frame-ancestors 'none'");
|
header("Content-Security-Policy: frame-ancestors 'none'");
|
||||||
$failed_access_requests = Requestlog::getCounts(['login', 'signup'], 'fail');
|
$failed_access_requests = Requestlog::getCounts(['login', 'signup'], 'fail');
|
||||||
if (is_max_invalid_request($failed_access_requests['day'])) {
|
if (is_max_invalid_request($failed_access_requests['day'])) {
|
||||||
|
|
Loading…
Reference in New Issue