File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ import _ from './utils/native-utils.js';
126
126
127
127
async function submitEnquiry ( enquiry ) {
128
128
// Use localhost in development, production URL otherwise
129
- const apiUrl = 'https://chat.h4o.kim/api/public/ chat' ;
129
+ const apiUrl = 'https://chat.h4o.kim/api/chat' ;
130
130
131
131
const response = await fetch ( apiUrl , {
132
132
method : 'POST' ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ declare global {
30
30
<link rel =" canonical" href ={ canonicalURL } />
31
31
32
32
<!-- Security: Content Security Policy -->
33
- <meta http-equiv =" Content-Security-Policy" content =" default-src 'self'; script-src 'self' 'unsafe-inline' https://unpkg.com https://cdn.jsdelivr.net https://cdnjs.cloudflare.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https://chat.h4o.kim; frame-ancestors 'none'; base-uri 'self'; form-action 'self';" />
33
+ <meta http-equiv =" Content-Security-Policy" content =" default-src 'self'; script-src 'self' 'unsafe-inline' https://unpkg.com https://cdn.jsdelivr.net https://cdnjs.cloudflare.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdnjs.cloudflare.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https:; connect-src 'self' https://chat.h4o.kim http://localhost:8787 ; frame-ancestors 'none'; base-uri 'self'; form-action 'self';" />
34
34
35
35
<!-- Performance: Resource Hints -->
36
36
<link rel =" preconnect" href =" https://fonts.googleapis.com" />
You can’t perform that action at this time.
0 commit comments