You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/tauri-cli/config.schema.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1071,14 +1071,14 @@
1071
1071
]
1072
1072
},
1073
1073
{
1074
-
"description": "A policy where a web view that’s not in a window fully suspends tasks. This is usually the default behavior in case no policy is set.",
1074
+
"description": "A policy where a web view that's not in a window fully suspends tasks. This is usually the default behavior in case no policy is set.",
1075
1075
"type": "string",
1076
1076
"enum": [
1077
1077
"suspend"
1078
1078
]
1079
1079
},
1080
1080
{
1081
-
"description": "A policy where a web view that’s not in a window limits processing, but does not fully suspend tasks.",
1081
+
"description": "A policy where a web view that's not in a window limits processing, but does not fully suspend tasks.",
1082
1082
"type": "string",
1083
1083
"enum": [
1084
1084
"throttle"
@@ -2787,6 +2787,11 @@
2787
2787
"string",
2788
2788
"null"
2789
2789
]
2790
+
},
2791
+
"fipsCompliant": {
2792
+
"description": "Enables FIPS compliant algorithms.\n Can also be enabled via the `TAURI_BUNDLER_WIX_FIPS_COMPLIANT` env var.",
Copy file name to clipboardExpand all lines: crates/tauri-schema-generator/schemas/config.schema.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1071,14 +1071,14 @@
1071
1071
]
1072
1072
},
1073
1073
{
1074
-
"description": "A policy where a web view that’s not in a window fully suspends tasks. This is usually the default behavior in case no policy is set.",
1074
+
"description": "A policy where a web view that's not in a window fully suspends tasks. This is usually the default behavior in case no policy is set.",
1075
1075
"type": "string",
1076
1076
"enum": [
1077
1077
"suspend"
1078
1078
]
1079
1079
},
1080
1080
{
1081
-
"description": "A policy where a web view that’s not in a window limits processing, but does not fully suspend tasks.",
1081
+
"description": "A policy where a web view that's not in a window limits processing, but does not fully suspend tasks.",
1082
1082
"type": "string",
1083
1083
"enum": [
1084
1084
"throttle"
@@ -2787,6 +2787,11 @@
2787
2787
"string",
2788
2788
"null"
2789
2789
]
2790
+
},
2791
+
"fipsCompliant": {
2792
+
"description": "Enables FIPS compliant algorithms.\n Can also be enabled via the `TAURI_BUNDLER_WIX_FIPS_COMPLIANT` env var.",
0 commit comments