Skip to content

Commit

Permalink
feat(message-system): turn off FW hash check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonexe authored and komret committed Nov 22, 2024
1 parent f3f434e commit 4bfcf3d
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions suite-common/message-system/config/config.v1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"timestamp": "2024-11-20T00:00:00+00:00",
"sequence": 65,
"timestamp": "2024-11-22T00:00:00+00:00",
"sequence": 66,
"actions": [
{
"conditions": [
Expand Down Expand Up @@ -1186,6 +1186,45 @@
}
}
}
},
{
"conditions": [
{
"environment": {
"desktop": ">=24.10.1",
"mobile": "!",
"web": ">=24.10.1"
}
}
],
"message": {
"id": "f10a4296-7f58-4cb4-91b0-13aa66c4d701",
"priority": 1,
"dismissible": false,
"variant": "info",
"category": "feature",
"content": {
"en-GB": "Placeholder",
"en": "Placeholder",
"es": "Placeholder",
"cs": "Placeholder",
"de": "Placeholder",
"fr": "Placeholder",
"it": "Placeholder",
"pt": "Placeholder",
"tr": "Placeholder",
"ru": "Placeholder",
"ja": "Placeholder",
"uk": "Placeholder",
"hu": "Placeholder"
},
"feature": [
{
"domain": "security.firmware.hashCheck",
"flag": false
}
]
}
}
]
}

0 comments on commit 4bfcf3d

Please sign in to comment.