Skip to content

Commit

Permalink
Convert check_hsts_header II
Browse files Browse the repository at this point in the history
  • Loading branch information
originalsouth committed Dec 12, 2024
1 parent 0daf3a7 commit 5701a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octopoes/nibbles/check_hsts_header/nibble.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def query(targets: list[Reference | None]) -> str:
NIBBLE = NibbleDefinition(
id="check-hsts-header",
signature=[
NibbleParameter(object_type=HTTPHeader, parser="[*][?object_type == 'URL'][]"),
NibbleParameter(object_type=HTTPHeader, parser="[*][?object_type == 'HTTPHeader'][]"),
NibbleParameter(object_type=Config, parser="[*][?object_type == 'Config'][]"),
],
query=query,
Expand Down

0 comments on commit 5701a6c

Please sign in to comment.