Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 17, 2018
1 parent eee77ed commit 8b262f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Profiles/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,15 @@ public function reportTo(string $uri): self
{
$this->directives['report-uri'] = [$uri];

/*
$reportToContents = json_encode([
'url' => $uri,
'group-name' => class_basename(static::class),
'max-age' => 60 * 60 * 24 * 7 * 30,
]);
$this->directives['report-to'] = [$reportToContents];
*/

return $this;
}
Expand Down

0 comments on commit 8b262f9

Please sign in to comment.