Skip to content
Snippets Groups Projects
  1. Sep 10, 2024
  2. Aug 28, 2024
  3. Aug 15, 2024
  4. Aug 14, 2024
  5. Jun 26, 2024
  6. May 27, 2024
  7. Oct 26, 2023
  8. Oct 24, 2023
  9. May 17, 2023
  10. Apr 24, 2023
  11. Apr 22, 2023
  12. Mar 27, 2023
    • Oliver Hader's avatar
      [FEATURE] Introduce Content Security Policy reporting & inspection · 94bcbf0f
      Oliver Hader authored
      An internal csp-violation reporting endpoint is integrated, which
      keeps track of potential violations in frontend and backend scope.
      Alternative remote endpoints of 3rd party services can be configured
      with in TYPO3_CONF_VARS setting `contentSecurityPolicyReportingUrl`
      for `BE` or `FE`.
      
      Violations ("reports") are visualized in the new
      Content-Security-Policy backend module, which allows to select from
      possible suggestions that would resolve a violation - however a user
      with system maintainer privileges has to make this decision.
      
      For the time being, the `GoogleMapsHandler` has been added, which
      can be used as an inspiration for additional custom CSP violation
      handlers. The following test extension triggers CSP violations:
      https://packagist.org/packages/oliver-hader/csp-test
      
      Resolves: #87423
      Related: #99499
      Releases: main
      Change-Id: I7476b954c896c4d367d4e41e3d0f6f663952e966
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/7799...
      94bcbf0f
  13. Mar 16, 2023