Live data from Hacker News

Google apps whitelist hardcoded into Chromium open source project

code.google.com

1–10 of 61 posts

Re: Google apps whitelist hardcoded into Chromium open source project

#8

What whitelist? JS Execution? No popup blocking? Something else?

To me, it looks like they are allowing https @ plus.google.com, plus.sandbox.google.com, ssl.gstatic.com, talk.google.com, talkgadget.google.com, and ssl.gstatic.com to use WebUIs (most likely Dart web apps) [1] and NaCl [2].

  // Temporarily allow these whitelisted apps and WebUIs to use NaCl.
> Google Native Client (NaCl) is a sandboxing technology for running a subset of Intel x86 or ARM native code in a sandbox. It is proposed for safely running native code from a web browser, allowing web-based applications to run at near-native speeds,[2] which aligns well with Google's plans with Chrome OS. It may also be used for securing browser plugins, and in the future parts of other applications or full applications. [2]

[1] https://www.dartlang.org/articles/web-ui/

[2] http://en.wikipedia.org/wiki/Google_Native_Client

Re: Google apps whitelist hardcoded into Chromium open source project

#9
post #4

What whitelist? JS Execution? No popup blocking? Something else?

Just a guess but there's a comment: // Temporarily allow these whitelisted apps and WebUIs to use NaCl. And it's in a function called "IsNaClAllowed"

I am not 100% familiar with NaCL but it this a download / install whitelist then for NaCL programs?

[EDIT] answered by https://news.ycombinator.com/item?id=6723930

Post reply on HN