Accepting selected projects for Q2 2024 Check availability
SERVER 02SYSTEM ONLINELAST SYNC: 03:17:44RSS_FEED.XML — PARSE WARNING
HALF ASSEDTECHNICAL NOTES_
EST. 2009ISSUE 04.2BEST VIEWED AT 1024 × 768
TECHNICAL NOTES / TECHNICAL NOTES / SECURITY / RECORD 67559f
[SECURITY]NOTE

Starting Content Security Policy in report-only mode

POSTED: 17.09.2015AUTHOR: ADMIN6 MIN READCOMMENTS: 0

CSP report-only mode provides evidence about resources that an enforcing policy would block. It is a discovery stage, not protection by itself.

Define an intended baseline

Begin with default-src and explicit script, style, image, font and frame sources. Keep the draft narrower than the current site so reports reveal undocumented dependencies rather than automatically approving them.

Make reports usable

Receive reports on a dedicated endpoint, limit payload size and group repeated violations. Exercise administration, checkout, validation and consent states because quiet public pages do not cover the complete application.

Remove before allowing

For each blocked source, identify its purpose and owner. Remove obsolete tags, replace inline code where practical and add the narrowest necessary source only after the dependency is accepted.

ENFORCEMENT GATE

Report-only headers do not block malicious or unexpected resources. Set a reviewed date and template scope for the first enforcing policy.