Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ The Chrome DevTools MCP server supports the following configuration option:
- **Type:** boolean

- **`--redactNetworkHeaders`/ `--redact-network-headers`**
If true, redacts some of the network headers considered senstive before returning to the client.
If true, redacts some of the network headers considered sensitive before returning to the client.
- **Type:** boolean
- **Default:** `false`

Expand Down
2 changes: 1 addition & 1 deletion src/bin/chrome-devtools-mcp-cli-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export const cliOptions = {
redactNetworkHeaders: {
type: 'boolean',
describe:
'If true, redacts some of the network headers considered senstive before returning to the client.',
'If true, redacts some of the network headers considered sensitive before returning to the client.',
default: false,
},
} satisfies Record<string, YargsOptions>;
Expand Down
Loading