Skip to content

Commit b8cd12a

Browse files
Lemonexekomret
authored andcommitted
feat(message-system): turn off FW hash check
1 parent 6c83dc6 commit b8cd12a

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

suite-common/message-system/config/config.v1.json

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
3-
"timestamp": "2024-11-20T00:00:00+00:00",
4-
"sequence": 65,
3+
"timestamp": "2024-11-22T00:00:00+00:00",
4+
"sequence": 66,
55
"actions": [
66
{
77
"conditions": [
@@ -1186,6 +1186,45 @@
11861186
}
11871187
}
11881188
}
1189+
},
1190+
{
1191+
"conditions": [
1192+
{
1193+
"environment": {
1194+
"desktop": ">=24.10.1",
1195+
"mobile": "!",
1196+
"web": ">=24.10.1"
1197+
}
1198+
}
1199+
],
1200+
"message": {
1201+
"id": "f10a4296-7f58-4cb4-91b0-13aa66c4d701",
1202+
"priority": 1,
1203+
"dismissible": false,
1204+
"variant": "info",
1205+
"category": "feature",
1206+
"content": {
1207+
"en-GB": "Placeholder",
1208+
"en": "Placeholder",
1209+
"es": "Placeholder",
1210+
"cs": "Placeholder",
1211+
"de": "Placeholder",
1212+
"fr": "Placeholder",
1213+
"it": "Placeholder",
1214+
"pt": "Placeholder",
1215+
"tr": "Placeholder",
1216+
"ru": "Placeholder",
1217+
"ja": "Placeholder",
1218+
"uk": "Placeholder",
1219+
"hu": "Placeholder"
1220+
},
1221+
"feature": [
1222+
{
1223+
"domain": "security.firmware.hashCheck",
1224+
"flag": false
1225+
}
1226+
]
1227+
}
11891228
}
11901229
]
11911230
}

0 commit comments

Comments
 (0)