【发布时间】:2021-01-18 17:22:51
【问题描述】:
所以我已将 CookiesEu gem 添加到我的应用程序中以添加 cookie 同意。但问题是文本:Cookies help us deliver our services. By using our services, you agree to our use of cookies. OK Learn more 在按下OK 按钮后仍然可见。而我希望它在按下OK 后消失。
在文档中它说:This gem uses a cookie called cookie_eu_consented to track whether a user has accepted the cookie notice and whether it needs to be shown again or not. 但是即使在接受 cookie 之后也会显示 cookie 通知。
附言我把= render 'cookies_eu/consent_banner', link: '/cookies'放在页脚
【问题讨论】:
标签: ruby-on-rails cookies rubygems