Skip to content

Commit dfac612

Browse files
committed
chore(data/crawlers/googlebot): fix typo
Signed-off-by: Xe Iaso <[email protected]>
1 parent 01b8b87 commit dfac612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/crawlers/googlebot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
expression:
1010
all:
1111
- userAgent.matches("\\+http\\://www\\.google\\.com/bot\\.html")
12-
- fcrdns.check("\\.googlebot\\.com$")
12+
- '!(fcrdns.check("\\.googlebot\\.com$"))'
1313
action: WEIGH
1414
weight:
1515
adjust: 5

0 commit comments

Comments
 (0)