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

Commit

Permalink
Fix for shielding flag with correct VCL condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiar-fastly committed Oct 11, 2018
1 parent c9b33de commit 9f10f3f
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 @@ -1358,7 +1358,7 @@ func WithShieldingCondition(client fastly.Client, serviceID string, version int,
Service: serviceID,
Version: version,
Name: "waf-soc-with-shielding",
Statement: "!req.backend.is_shield",
Statement: "waf.executed || fastly_info.state == \"HIT\"",
Type: "RESPONSE",
Priority: 10,
})
Expand Down

0 comments on commit 9f10f3f

Please sign in to comment.