Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
chore(server): update inline comment re plugin function
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 5, 2023
1 parent dab9b10 commit 7eee384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function plugin(server, config) {
// Set response headers to disable client-side caching
.register(disableCache)

// Opt-out of Google's FLoC advertising-surveillance network
// Opt-out of Google's Topics advertising-surveillance API
.register(flocOff)

// Use Helmet to set response security headers: https://helmetjs.github.io/
Expand Down

0 comments on commit 7eee384

Please sign in to comment.