TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What Javascript is not safe in a open-ended script?

3 点作者 quaz3l将近 13 年前

2 条评论

robert00700将近 13 年前
Surely censoring the functionality is completely impossible, due to the dynamic nature of JS?<p>alert("blah")<p>can just as easily be made to be<p>window["alert"]("blah"), where the string 'alert' could be made by a very convoluted manner. Solving this would be akin to solving the halting problem, no?
christocracy将近 13 年前
window[['t', 'r', 'e', 'l', 'a'].reverse().join('')]("blah");