boionfire81-zz

Results 5 comments of boionfire81-zz

Header set Report-To: {"group":"default","max_age":31536000,"endpoints":[{"url":"https://domain.com/report-to"}],"include_subdomains":true} Header set Content-Security-Policy: "default-src 'self'; script-src 'self'; object-src 'none'; style-src 'self'; img-src 'self'; media-src 'self'; frame-src 'none'; font-src 'self'; connect-src 'none'; report-uri https://domain.com/report-to" Header set X-Content-Security-Policy:...

Why would it leave just one undefined variable of the column-number?

No, that is the problem. I get an error log for every page visit that column-name is not defined in report-to. My only js inside the member area so far...

column-number is value passed via the visitor & server & report-to. But the value I'm guessing is not being picked up properly within report-to. PHP is 7.2. Running Unix/Godaddy

P.S. I also use your constanttime code as this script seems to require it. Structure: domain.com/index.php ---->require('myincludes/myautoloader.php'); domain.com/my includes/myautoloader.php ----->require('ParagonIE/yourautoloader.php'); domain.com/my includes/ParagonIE/ConstantTime domain.com/my includes/ParagonIE/ConstantTime/Base32.php etc etc