Skip to content

Commit

Permalink
Merge pull request #266 from akeylesslabs/ASM-12756-block-mailto
Browse files Browse the repository at this point in the history
Asm 12756 block mailto
  • Loading branch information
rani-sharim authored Oct 30, 2024
2 parents 9378d3b + 35da335 commit 2c53d52
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/akeyless-zero-trust-web-access/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.5.6
version: 2.5.7
appVersion: 1.3.5

icon: https://akeylesslabs.github.io/helm-charts/assets/logo/akl.jpeg
Expand Down
12 changes: 12 additions & 0 deletions charts/akeyless-zero-trust-web-access/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,18 @@ webWorker:
"Exceptions": [
"https://*.akeyless.io/*"
]
},
"Handlers": {
"schemes": {
"mailto": {
"action": "useHelperApp",
"ask": false,
"handlers": [{
"name": "Block",
"uriTemplate": "https://www.akeyless.io/"
}]
}
}
}
}
}
Expand Down
12 changes: 12 additions & 0 deletions docker-compose/akeyless-zero-trust-web-access/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
"Exceptions": [
"https://*.akeyless.io/*"
]
},
"Handlers": {
"schemes": {
"mailto": {
"action": "useHelperApp",
"ask": false,
"handlers": [{
"name": "Block",
"uriTemplate": "https://www.akeyless.io/"
}]
}
}
}
}
}

0 comments on commit 2c53d52

Please sign in to comment.