easychen / CookieCloud

CookieCloud是一个和自架服务器同步浏览器Cookie和LocalStorage的小工具,支持端对端加密,可设定同步时间间隔。本仓库包含了插件和服务器端源码。CookieCloud is a small tool for synchronizing browser cookies and LocalStorage with a self-hosted server. It supports end-to-end encryption and allows for setting the synchronization interval. This repository contains both the plugin and the server-side source code
GNU General Public License v3.0
1.95k stars 164 forks source link

服务器地址使用域名会有跨域的问题 #5

Closed Ifover closed 1 year ago

Ifover commented 1 year ago

~

WankkoRee commented 1 year ago

使用 docker 端口 expose + nginx 反向代理 没有产生跨域问题。

image

image

image

easychen commented 1 year ago

一般报错了才会提示跨域,建议把后端镜像更新到最新版本。