Skip to content

Commit

Permalink
Add blank lines, use foo.example
Browse files Browse the repository at this point in the history
  • Loading branch information
estark37 committed Apr 18, 2017
1 parent 9b6bc1b commit 24c59fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions draft-ietf-httpbis-expect-ct.md
Expand Up @@ -280,8 +280,10 @@ The following examples demonstrate valid Expect-CT response header fields:

~~~ inline
Expect-CT: max-age=86400,enforce
Expect-CT: max-age=86400, enforce, report-uri="https://foo.test/report"
Expect-CT: max-age=86400,report-uri="https://foo.test/report"

Expect-CT: max-age=86400, enforce, report-uri="https://foo.example/report"

Expect-CT: max-age=86400,report-uri="https://foo.example/report"
~~~
{: #example-header-fields title="Examples of valid Expect-CT response header fields"}

Expand Down

0 comments on commit 24c59fa

Please sign in to comment.