Skip to content
Merged
Changes from 3 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
7 changes: 6 additions & 1 deletion http/technologies/craft-cms-detect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

host-redirects: true
max-redirects: 2

matchers:
- type: word
part: header
Expand All @@ -28,4 +29,8 @@
part: header
regex:
- 'Set-Cookie: (Craft|CRAFT)'
# digest: 4a0a0047304502207d753094bc10080da23fb2b996cbdbb0acc5214ae933a38571951370f553a7d20221009d905e141d110000a20a7232e55207a469a5af6a0af1aa1687fc79eb1c9740f1:922c64590222798bb761d5b6d8e72950

Check failure on line 32 in http/technologies/craft-cms-detect.yaml

View workflow job for this annotation

GitHub Actions / lint

32:1 [trailing-spaces] trailing spaces
- type: regex
part: body
regex:
- '(?i)CRAFT_CSRF_TOKEN'