douge7771 2013-08-08 13:41
浏览 8

如何使用html / js / php等检查是否已创建任何cookie?

I have been working on a chrome app recently, and need the functionality to alert the user by javascript msgbox when any cookies are created. The user will then have the option to accept or decline the cookie. I have experience in html, and a small amount in php, but do not knwo how to do this. Can anyone help? Thanks!

  • 写回答

1条回答 默认 最新

  • dpbfb7119 2013-08-08 13:52
    关注

    Either the cookie will be set via HTTP (in which case it will be too late for any client side JavaScript to prevent it being accepted) or it will be set by JavaScript, which will involve modifying document.cookie. Unless your code has been obfuscated, you can grep your JS codebase for cookie to find every time something goes to modify it and wrap it with a confirmation function. (There is no way to intercept changes to it programatically, but you could watch it on an interval, storing old values, and then set it back if it changes).

    评论

报告相同问题?

悬赏问题

  • ¥50 如何用脚本实现输入法的热键设置
  • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
  • ¥30 深度学习,前后端连接
  • ¥15 孟德尔随机化结果不一致
  • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
  • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)