File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < meta name ="color-scheme " content ="light dark " />
77 < meta http-equiv ="Content-Security-Policy "
8- content ="default-src 'self';
9- script-src 'self';
10- style-src 'self' 'unsafe-inline';
8+ content ="default-src 'self' http://localhost:* https://localhost:* phtauri: https://phtauri.localhost https://*.phcode.dev ;
9+ script-src 'self' http://localhost:* https://localhost:* phtauri: https://phtauri.localhost https://*.phcode.dev ;
10+ style-src 'self' 'unsafe-inline' http://localhost:* https://localhost:* phtauri: https://phtauri.localhost https://*.phcode.dev ;
1111 img-src 'self' blob: data: phtauri: https: http:;
12- font-src 'self' data:;
13- connect-src 'self'; " />
12+ font-src 'self' data: http://localhost:* https://localhost:* phtauri: https://phtauri.localhost https://*.phcode.dev ;
13+ connect-src 'self' http://localhost:* https://localhost:* ws://localhost:* wss://localhost:* phtauri: https://phtauri.localhost https://*.phcode.dev ; " />
1414 < script type ="module " src ="/src/embedded-main.js "> </ script >
1515</ head >
1616< body >
You can’t perform that action at this time.
0 commit comments