Skip to content

Commit 87d0b74

Browse files
1 parent b9eccec commit 87d0b74

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

Source/pages/Browser.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ const Worker = `/Worker.js?BASE_REMOTE=${encodeURIComponent(Astro.url.origin)}`;
123123
"http://localhost:*",
124124
"https://tauri.localhost",
125125
],
126-
"require-trusted-types-for": ["'script'"],
127126
"trusted-types": [
128127
"WorkerApplication",
129128
"amdLoader",

Source/pages/BrowserProxy.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ const Worker = `/Worker.js?BASE_REMOTE=${encodeURIComponent(Astro.url.origin)}`;
123123
"http://localhost:*",
124124
"https://tauri.localhost",
125125
],
126-
"require-trusted-types-for": ["'script'"],
127126
"trusted-types": [
128127
"WorkerApplication",
129128
"amdLoader",

Source/pages/Electron.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ const Worker = `/Worker.js?BASE_REMOTE=${encodeURIComponent(Astro.url.origin)}`;
123123
"http://localhost:*",
124124
"https://tauri.localhost",
125125
],
126-
"require-trusted-types-for": ["'script'"],
127126
"trusted-types": [
128127
"WorkerApplication",
129128
"amdLoader",

Source/pages/Mountain.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ const Worker = `/Worker.js?BASE_REMOTE=${encodeURIComponent(Astro.url.origin)}`;
123123
"http://localhost:*",
124124
"https://tauri.localhost",
125125
],
126-
"require-trusted-types-for": ["'script'"],
127126
"trusted-types": [
128127
"WorkerApplication",
129128
"amdLoader",

Source/pages/index.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ const Worker = `/Worker.js?BASE_REMOTE=${encodeURIComponent(Astro.url.origin)}`;
121121
"http://localhost:*",
122122
"https://tauri.localhost",
123123
],
124-
"require-trusted-types-for": ["'script'"],
125124
"trusted-types": [
126125
"WorkerApplication",
127126
"amdLoader",

0 commit comments

Comments
 (0)