To answer a few questions here: 1. I landed this fix because there was a policy that did not work properly. We could instead document that the URLBlocklist policy works for every scheme but one, or we could fix it. Fixing it makes more sense. 2. This policy only can be set on managed machines. 3. This policy, in isolation, is trivially circumvented. Managed environments block many things, including many of the propos…
Many of the best people in IT are there today, because they got curious about how stuff worked, experimented with it, broke the rules, and learned from that. This curiosity needs to be encouraged, not stopped. The young generation in IT already has issues because many of them don’t understand files, and many of them can’t even use a computer anymore. They grow up with tech all around them, but because all of it is cl…
Chromium: Permit blocking of view-source: with URLBlocklist
121–130 of 136 posts
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#122Earlier quoted context omitted.
who says this isnt normalized in regular chrome as a security feature and later into firefox because "industry"
The many many upstart browsers (including mine) that are eager for Chrome to do something so foolish so we can collect all of their irate users?
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#123Earlier quoted context omitted.
Students will not learn to experiment with technology if they are blocked on every attempt.
Time and place. Taking a math quiz is the wrong time to experiment with bypassing quizzes.
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#124Earlier 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!
Students will not get by in life by viewing the source code when confronted with any problem.
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#125Earlier quoted context omitted.
But perhaps they will get by in life by finding clever solutions that circumvent common expectations through curiosity and familiarity with technology.
Is this a euphemistic way of saying cheating?
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#126Earlier quoted context omitted.
Many of the best people in IT are there today, because they got curious about how stuff worked, experimented with it, broke the rules, and learned from that. This curiosity needs to be encouraged, not stopped. The young generation in IT already has issues because many of them don’t understand files, and many of them can’t even use a computer anymore. They grow up with tech all around them, but because all of it is cl…
These people can do that at home. Also not understanding files can be a benefit. Files are a legacy computing abstraction. Not knowing legally cruft can give you an open mind.
Files have multiple advantages over other approaches, such as being independent from the application that created them (even if the company subsequently goes under), being editable with a different application from the one that created them (though imperfectly sometimes), and being self-contained bundles of data that need no infrastructure to support them other than a local application (compared to other approaches, where a large cloud infrastructure is basically mandatory and you're SOL if it goes away for you).
Recency bias is a thing. Try to work counter to it.
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#127Re: Chromium: Permit blocking of view-source: with URLBlocklist
#128Earlier quoted context omitted.
Students will not get by in life by viewing the source code when confronted with any problem.
As a DevOps engineer, I had multiple encounters with undocumented software just in the past month. Viewing the source code certainly helped.
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#129Earlier quoted context omitted.
And the goal of the student taking that quiz is to get the highest grade by any means necessary. Learning is entirely irrelevant.
And since the student taking the quiz very frequently has no choice over whether or not they have to be there or take the quiz, their desires and goals are entirely irrelevant. Edit: are you intentionally or unintentionally trying to justify any and all cheating as a means to get the highest grade possible?
Re: Chromium: Permit blocking of view-source: with URLBlocklist
#130To answer a few questions here: 1. I landed this fix because there was a policy that did not work properly. We could instead document that the URLBlocklist policy works for every scheme but one, or we could fix it. Fixing it makes more sense. 2. This policy only can be set on managed machines. 3. This policy, in isolation, is trivially circumvented. Managed environments block many things, including many of the propos…
https://github.com/w3ctag/design-reviews/issues/606#issuecom...
> > "NOTE: [RFC7258] treats pervasive monitoring as an attack, but it doesn’t apply to managed devices."
> We don't think this is adequate. Given the power dynamics at play in an employer-employee relationship, the UA should still be working in the best interests of the end-user (the employee) even if the device being used is managed by an administrator. That is to say, pervasive monitoring is never a feature.
Chrome may not consider it part of the "web-exposed platform", since the code doesn't live in blink/, but the same logic applies to view-source. The needs of the users are more important than the security theatre you wish to put on for their teacher's benefit.