NetTalk Central

Author Topic: Content-Security-Policy and Content-Security-Policy-Report-Only:  (Read 230 times)

osquiabro

  • Hero Member
  • *****
  • Posts: 723
    • View Profile
    • Email
Hi Bruce is posible to expand this variables for more characters in Web Server?

set:ContentSecurityPolicy
set:ContentSecurityPolicyReportOnly

osquiabro

  • Hero Member
  • *****
  • Posts: 723
    • View Profile
    • Email
Re: Content-Security-Policy and Content-Security-Policy-Report-Only:
« Reply #1 on: August 30, 2026, 05:50:23 AM »
Bruce i see inconsistency in this two .inc

NetAll.inc:

ContentSecurityPolicy                   string(256)
ContentSecurityPolicyReportOnly   string(256)

NetWeb.inc
ContentSecurityPolicy                    string(1024)
ContentSecurityPolicyReportOnly    string(256)

But after changing everything to 1024, it works for what I wanted.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11339
    • View Profile
Re: Content-Security-Policy and Content-Security-Policy-Report-Only:
« Reply #2 on: August 31, 2026, 07:17:02 PM »
done