Skip to content

Commit 35a2a81

Browse files
authored
Merge pull request #54 from 0xPolygon/fix/claude-settings-webfetch-permission
fix: use domain: prefix for WebFetch permission in Claude settings
2 parents 925a8c5 + 5cdc052 commit 35a2a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"permissions": {
3-
"allow": ["WebFetch(gist.githubusercontent.com)"]
3+
"allow": ["WebFetch(domain:gist.githubusercontent.com)"]
44
}
55
}

0 commit comments

Comments
 (0)