Franziska Kunsmann
b52a196c73
All checks were successful
bundlewrap/pipeline/head This commit looks good
6 lines
244 B
Text
6 lines
244 B
Text
add_header Content-Security-Policy "frame-ancestors 'self' chat.franzi.business matrix.nyantec.com";
|
|
|
|
location /.well-known/matrix/ {
|
|
alias /etc/matrix-synapse/wellknown/;
|
|
add_header Access-Control-Allow-Origin *;
|
|
}
|