fix: remove cors headers from fueltide as they did not work
This commit is contained in:
parent
61801639fd
commit
3cdc76bc10
1 changed files with 11 additions and 12 deletions
|
|
@ -21,10 +21,10 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIILf3KpvY3sG/l5w4phV3qxOnahFpb7op/8y6i3oLWXv"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIILf3KpvY3sG/l5w4phV3qxOnahFpb7op/8y6i3oLWXv"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
# extraConfig = ''
|
||||||
add_header Cross-Origin-Embedder-Policy "credentialless" always;
|
# add_header Cross-Origin-Embedder-Policy "credentialless" always;
|
||||||
add_header Content-Security-Policy "media-src 'self' https://*.supabase.co blob:;" always;
|
# add_header Content-Security-Policy "media-src 'self' https://*.supabase.co blob:;" always;
|
||||||
'';
|
# '';
|
||||||
|
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
@ -46,10 +46,9 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIILf3KpvY3sG/l5w4phV3qxOnahFpb7op/8y6i3oLWXv"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIILf3KpvY3sG/l5w4phV3qxOnahFpb7op/8y6i3oLWXv"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
# extraConfig = '' add_header Cross-Origin-Embedder-Policy "credentialless" always;
|
||||||
add_header Cross-Origin-Embedder-Policy "credentialless" always;
|
# add_header Content-Security-Policy "media-src 'self' https://*.supabase.co blob:;" always;
|
||||||
add_header Content-Security-Policy "media-src 'self' https://*.supabase.co blob:;" always;
|
# '';
|
||||||
'';
|
|
||||||
|
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
@ -71,10 +70,10 @@
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIILf3KpvY3sG/l5w4phV3qxOnahFpb7op/8y6i3oLWXv"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIILf3KpvY3sG/l5w4phV3qxOnahFpb7op/8y6i3oLWXv"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = ''
|
# extraConfig = ''
|
||||||
add_header Cross-Origin-Embedder-Policy "credentialless" always;
|
# add_header Cross-Origin-Embedder-Policy "credentialless" always;
|
||||||
add_header Content-Security-Policy "media-src 'self' https://*.supabase.co blob:;" always;
|
# add_header Content-Security-Policy "media-src 'self' https://*.supabase.co blob:;" always;
|
||||||
'';
|
# '';
|
||||||
|
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue