Live data from Hacker News

Chromium: Permit blocking of view-source: with URLBlocklist

chromium-review.googlesource.com

1–10 of 136 posts

Re: Chromium: Permit blocking of view-source: with URLBlocklist

#7

What are the implications of this? Can’t you just curl/wget the html?

This kind of stuff can make sense when you consider "enterprise" environments like school labs.

Notice on the bug report that the reproduction steps include setting a "DeveloperToolsDisabled" registry entry. Curl / wget wouldn't always be accessible in this kind of locked down setup (and they're probably trying to make it difficult even if it's impossible to block completely).

Re: Chromium: Permit blocking of view-source: with URLBlocklist

#10
This is for the chromeos devices/managed chrome browsers [1]. From the bug [2] it looks like this was relevant in a school setting, where this is common. So the school hands out some chromebooks and wants to use that managed environment to prevent kids cheating on quizzes by looking at source code.

DRM and related technologies are an effort to wrest control of devices away from their owners, and give control the manufacturers and software companies. For managed devices, this is a bit more reasonable (a school should be able to manage its devices I suppose) but the technological framework here also eliminates software freedom.

[1] https://support.google.com/chrome/a/answer/7532419?hl=en [2] https://bugs.chromium.org/p/chromium/issues/detail?id=895462

Post reply on HN