Skip to content

Commit c3a6636

Browse files
committed
chore: remove untruster origin error logs(not an actual error, but pollutes error logs)
1 parent 53e16cd commit c3a6636

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@
444444
'phtauri://localhost': true, // tauri prod app
445445
'https://phtauri.localhost': true, // tauri
446446
'https://phcode.live': true, // phcode prod live preview server
447+
'https://ai-panel-onboarding.phcode.dev': true, // Ai panel onboarding iframes
447448
'https://phcode.dev': true,
448449
'https://dev.phcode.dev': true,
449450
'https://staging.phcode.dev': true,

test/SpecRunner.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@
361361
'phtauri://localhost': true, // tauri prod app
362362
'https://phtauri.localhost': true, // tauri
363363
'https://phcode.live': true, // phcode prod live preview server
364+
'https://ai-panel-onboarding.phcode.dev': true, // Ai panel onboarding iframes
364365
'https://phcode.dev': true,
365366
'https://dev.phcode.dev': true,
366367
'https://staging.phcode.dev': true,

0 commit comments

Comments
 (0)