Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的应用程序使用各种跟踪像素,信息发送到第三方跟踪器的方式是使用 IMAGE 标签并在 url 末尾附加信息。(IMGAGE SRC="https://abc.com/ a.php?username=bob&cost=22)。
新的第 3 方跟踪像素需要 IFRAME 标记中的上述信息,如下所示 IFRAME SRC="https://abc.com/a.php?username=bob&cost=22 IFRAME
使用 IFRAME 是否存在任何安全风险?