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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1678,6 +1678,17 @@
1678
1678
}
1679
1679
]
1680
1680
},
1681
+
"Service-Worker-Allowed": {
1682
+
"description": "The HTTP Service-Worker-Allowed response header is used to broaden the path restriction for a\n service worker's default scope.\n\n By default, the scope for a service worker registration is the directory where the service\n worker script is located. For example, if the script `sw.js` is located in `/js/sw.js`,\n it can only control URLs under `/js/` by default. Servers can use the `Service-Worker-Allowed`\n header to allow a service worker to control URLs outside of its own directory.\n\n See <https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Service-Worker-Allowed>",
1683
+
"anyOf": [
1684
+
{
1685
+
"$ref": "#/definitions/HeaderSource"
1686
+
},
1687
+
{
1688
+
"type": "null"
1689
+
}
1690
+
]
1691
+
},
1681
1692
"Timing-Allow-Origin": {
1682
1693
"description": "The Timing-Allow-Origin response header specifies origins that are allowed to see values\n of attributes retrieved via features of the Resource Timing API, which would otherwise be\n reported as zero due to cross-origin restrictions.\n\n See <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Timing-Allow-Origin>",
Copy file name to clipboardExpand all lines: crates/tauri-schema-generator/schemas/config.schema.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1678,6 +1678,17 @@
1678
1678
}
1679
1679
]
1680
1680
},
1681
+
"Service-Worker-Allowed": {
1682
+
"description": "The HTTP Service-Worker-Allowed response header is used to broaden the path restriction for a\n service worker's default scope.\n\n By default, the scope for a service worker registration is the directory where the service\n worker script is located. For example, if the script `sw.js` is located in `/js/sw.js`,\n it can only control URLs under `/js/` by default. Servers can use the `Service-Worker-Allowed`\n header to allow a service worker to control URLs outside of its own directory.\n\n See <https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Service-Worker-Allowed>",
1683
+
"anyOf": [
1684
+
{
1685
+
"$ref": "#/definitions/HeaderSource"
1686
+
},
1687
+
{
1688
+
"type": "null"
1689
+
}
1690
+
]
1691
+
},
1681
1692
"Timing-Allow-Origin": {
1682
1693
"description": "The Timing-Allow-Origin response header specifies origins that are allowed to see values\n of attributes retrieved via features of the Resource Timing API, which would otherwise be\n reported as zero due to cross-origin restrictions.\n\n See <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Timing-Allow-Origin>",
0 commit comments