Commit 8f310fe9 authored by 赵啸非's avatar 赵啸非

提交配置校验

parent 86129c2c
......@@ -49,7 +49,7 @@ public class SameSiteCookieFilter implements Filter {
httpResponse.setHeader("Access-Control-Expose-Headers", "*");
}
}
addSameSiteAttribute((HttpServletResponse) response);
// addSameSiteAttribute((HttpServletResponse) response);
chain.doFilter(request, response);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment