浏览代码

Remove Access-Control-Allow-Origin

tags/v0.9.9
Hakaba Hitoyo 5 年前
父节点
当前提交
3ea4f9ac8d
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      installation/pleroma.nginx

+ 0
- 1
installation/pleroma.nginx 查看文件

@@ -62,7 +62,6 @@ server {
location / {
# if you do not want remote frontends to be able to access your Pleroma backend
# server, remove these lines.
add_header 'Access-Control-Allow-Origin' '*' always;
add_header 'Access-Control-Allow-Methods' 'POST, PUT, DELETE, GET, PATCH, OPTIONS' always;
add_header 'Access-Control-Allow-Headers' 'Authorization, Content-Type, Idempotency-Key' always;
add_header 'Access-Control-Expose-Headers' 'Link, X-RateLimit-Reset, X-RateLimit-Limit, X-RateLimit-Remaining, X-Request-Id' always;


正在加载...
取消
保存