Skip to content

Commit

Permalink
fix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tongchengbin committed Jan 2, 2024
1 parent 8a5db5c commit 4e005ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
9 changes: 8 additions & 1 deletion app/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -614,4 +614,11 @@
name: version
regex:
- Konichiwa(?:/([\w\.]+))
type: regex
type: regex
- matchers:
- name: version
part: headers.server
regex:
- mod_rails(?:/([\d.]+))?
type: regex
name: Mod-Rails
14 changes: 0 additions & 14 deletions app/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29375,20 +29375,6 @@
- mod_python(?:/([\d.]+))?
type: regex
name: mod_python
- matchers:
- group: 1
name: version
part: headers.server
regex:
- mod_rails(?:/([\d.]+))?
type: regex
- group: 1
name: version
part: headers.x-powered-by
regex:
- mod_rails(?:/([\d.]+))?
type: regex
name: mod_rails
- matchers:
- group: 1
name: version
Expand Down

0 comments on commit 4e005ea

Please sign in to comment.