implemented WebShareTarget in manifest and serviceworker for testing

This commit is contained in:
schlagmichdoch 2023-01-18 21:01:29 +01:00
parent 2394a4793a
commit be6813d714
5 changed files with 107 additions and 54 deletions

View file

@ -18,6 +18,9 @@ server {
location /ca.crt {
alias /etc/ssl/certs/snapdropCA.crt;
}
# To allow POST on static pages
error_page 405 =200 $uri;
}
server {
@ -42,5 +45,7 @@ server {
location /ca.crt {
alias /etc/ssl/certs/snapdropCA.crt;
}
# To allow POST on static pages
error_page 405 =200 $uri;
}