Skip to content

Commit a55b1e1

Browse files
committed
docs: decorate HTTP header names
1 parent 598f2b3 commit a55b1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/outgoing/response.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ When enabled, the response object will contain an instance of ``CodeIgniter\HTTP
147147
values set in **app/Config/ContentSecurityPolicy.php** are applied to that instance, and if no changes are
148148
needed during runtime, then the correctly formatted header is sent and you're all done.
149149

150-
With CSP enabled, two header lines are added to the HTTP response: a Content-Security-Policy header, with
150+
With CSP enabled, two header lines are added to the HTTP response: a **Content-Security-Policy** header, with
151151
policies identifying content types or origins that are explicitly allowed for different
152-
contexts, and a Content-Security-Policy-Report-Only header, which identifies content types
152+
contexts, and a **Content-Security-Policy-Report-Only** header, which identifies content types
153153
or origins that will be allowed but which will also be reported to the destination
154154
of your choice.
155155

0 commit comments

Comments
 (0)