Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Addressing HITPASS, HIT-STALE, HIT-SYNTH states for web logging condi…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
ssiar-fastly committed Oct 18, 2018
1 parent aec9e36 commit a221507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waflyctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,7 @@ func WithShieldingCondition(client fastly.Client, serviceID string, version int,
Service: serviceID,
Version: version,
Name: "waf-soc-with-shielding",
Statement: "waf.executed || fastly_info.state == \"HIT\"",
Statement: "waf.executed || fastly_info.state !~ \"(MISS|PASS)\"",
Type: "RESPONSE",
Priority: 10,
})
Expand Down

0 comments on commit a221507

Please sign in to comment.