> With Schools using Google Forms as a testing platform, students are able to use this shortcut to search through the source of the page, and determine the correct answers. So they're serving the answers with the questions, and get annoyed when the students figure this out. What a lark. How about using a system which doesn't do that?
Chromium: Permit blocking of view-source: with URLBlocklist
21–30 of 136 posts
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#22> With Schools using Google Forms as a testing platform, students are able to use this shortcut to search through the source of the page, and determine the correct answers. So they're serving the answers with the questions, and get annoyed when the students figure this out. What a lark. How about using a system which doesn't do that?
This is also the type of thing that plants the seed of interest for a career or hobby of computing, which is another reason it's stupid. Reward people's curiousity instead of punishing it, especially in a schooling situation!
I wonder what chain of events lead this PR being filed.
How did the kid(s) get caught? Did a teacher decide to tell the IT department head? Did the head of department then tell the IT maintenance team? Then the IT maintenance team told the test vendor?
Very odd chain of events to lead to such a dangerous change.
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#23Earlier quoted context omitted.
This is also the type of thing that plants the seed of interest for a career or hobby of computing, which is another reason it's stupid. Reward people's curiousity instead of punishing it, especially in a schooling situation!
Precisely! I wonder what chain of events lead this PR being filed. How did the kid(s) get caught? Did a teacher decide to tell the IT department head? Did the head of department then tell the IT maintenance team? Then the IT maintenance team told the test vendor? Very odd chain of events to lead to such a dangerous change.
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#24> With Schools using Google Forms as a testing platform, students are able to use this shortcut to search through the source of the page, and determine the correct answers. So they're serving the answers with the questions, and get annoyed when the students figure this out. What a lark. How about using a system which doesn't do that?
This is also the type of thing that plants the seed of interest for a career or hobby of computing, which is another reason it's stupid. Reward people's curiousity instead of punishing it, especially in a schooling situation!
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#25This 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 manu…
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#26> With Schools using Google Forms as a testing platform, students are able to use this shortcut to search through the source of the page, and determine the correct answers. So they're serving the answers with the questions, and get annoyed when the students figure this out. What a lark. How about using a system which doesn't do that?
This is also the type of thing that plants the seed of interest for a career or hobby of computing, which is another reason it's stupid. Reward people's curiousity instead of punishing it, especially in a schooling situation!
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#27What are the implications of this? Can’t you just curl/wget the html?
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#28What 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).
It's nearsighted to the point of disbelief.
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#29Earlier quoted context omitted.
This is also the type of thing that plants the seed of interest for a career or hobby of computing, which is another reason it's stupid. Reward people's curiousity instead of punishing it, especially in a schooling situation!
Precisely! I wonder what chain of events lead this PR being filed. How did the kid(s) get caught? Did a teacher decide to tell the IT department head? Did the head of department then tell the IT maintenance team? Then the IT maintenance team told the test vendor? Very odd chain of events to lead to such a dangerous change.
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#30What are the implications of this? Can’t you just curl/wget the html?
Chrome uses a `view-source` scheme to trigger showing the source of a web page. This change allows Chrome Enterprise administrators to add `view-source:*` to their blocklist so Chrome instances governed by an enterprise policy with that enabled (like at a school or company) wouldn't be able to visit those pages and so wouldn't be able to view source in the browser.