Skip to content
Merged
Changes from 1 commit
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
8 changes: 7 additions & 1 deletion http/exposures/configs/laravel-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ http:
- "/.env.{{SD}}"
- "/api/.env"

matchers-condition: and
matchers-condition: and
matchers:
- type: regex
part: body
Expand All @@ -55,6 +55,12 @@ http:
- "(?mi)^DB_(HOST|PASSWORD|DATABASE)="
condition: or

- type: word
part: header
words:
- "text/html"
negative: true

- type: status
status:
- 200
Expand Down