Skip to content

Commit

Permalink
Merge pull request #1686 from akto-api-security/temp/activating_dry_run
Browse files Browse the repository at this point in the history
Activating dry run for akto users
  • Loading branch information
notshivansh authored Nov 5, 2024
2 parents 86a848e + 5844cc3 commit 287b2b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function AdvancedTrafficFilters() {
}

const handleDryRun = async(content) => {
if(window.IS_SAAS === "false"){
if(window.IS_SAAS !== "true" || window.USER_NAME.includes("akto")){
await trafficFiltersRequest.dryRunAdvancedFilters(content).then((res)=> {
window.open("/dashboard/settings/logs", "_blank")
})
Expand Down

0 comments on commit 287b2b8

Please sign in to comment.