mirror of
https://github.com/LukeHagar/sveltekit-electron.git
synced 2025-12-06 20:57:46 +00:00
Functional Implementation
This commit is contained in:
@@ -95,7 +95,7 @@ const Root = create_ssr_component(($$result, $$props, $$bindings, slots) => {
|
||||
const options = {
|
||||
app_template_contains_nonce: false,
|
||||
csp: { "mode": "auto", "directives": { "upgrade-insecure-requests": false, "block-all-mixed-content": false }, "reportOnly": { "upgrade-insecure-requests": false, "block-all-mixed-content": false } },
|
||||
csrf_check_origin: true,
|
||||
csrf_check_origin: false,
|
||||
track_server_fetches: false,
|
||||
embedded: false,
|
||||
env_public_prefix: "PUBLIC_",
|
||||
@@ -178,7 +178,7 @@ const options = {
|
||||
<div class="error">
|
||||
<span class="status">` + status + '</span>\n <div class="message">\n <h1>' + message + "</h1>\n </div>\n </div>\n </body>\n</html>\n"
|
||||
},
|
||||
version_hash: "16q4axl"
|
||||
version_hash: "14n7842"
|
||||
};
|
||||
function get_hooks() {
|
||||
return {};
|
||||
|
||||
Reference in New Issue
Block a user