Discuss Scratch

zaid1442011
Scratcher
500+ posts

School IT

Wolfieboy09 wrote:

(#1838)
My school has it where devices (you can bring your laptop), are connected to the school wifi, they can block websites by blocking the response/not returning the DNS record, and I found a way to bypass it: Use a VPN. To log into the school wifi, you need your school username and password, and you in.
If the school uses DNS to block stuff, then it's simple: Change the DNS server from the default (to something like 1.1.1.1).
BigNate469
Scratcher
1000+ posts

School IT

zaid1442011 wrote:

Wolfieboy09 wrote:

(#1838)
My school has it where devices (you can bring your laptop), are connected to the school wifi, they can block websites by blocking the response/not returning the DNS record, and I found a way to bypass it: Use a VPN. To log into the school wifi, you need your school username and password, and you in.
If the school uses DNS to block stuff, then it's simple: Change the DNS server from the default (to something like 1.1.1.1).
Won't matter much if they're using a DNS sinkhole to block things, as it just looks at all outgoing DNS lookup requests, pretends it's a DNS server and returns 0.0.0.0 when it doesn't like a request you made.
GvYoutube
Scratcher
1000+ posts

School IT

zaid1442011 wrote:

Wolfieboy09 wrote:

(#1838)
My school has it where devices (you can bring your laptop), are connected to the school wifi, they can block websites by blocking the response/not returning the DNS record, and I found a way to bypass it: Use a VPN. To log into the school wifi, you need your school username and password, and you in.
If the school uses DNS to block stuff, then it's simple: Change the DNS server from the default (to something like 1.1.1.1).
Thanks for the suggestion!
Sadly,

My schools IT isnt dumb!
BFDI1a-TakethePlunge
Scratcher
100+ posts

School IT

some of the restrictions at my school are absurd lol. off the top of my head
  • youtube isnt blocked with the web filter, its blocked with your google account. so if you just log out you can watch youtube lol, in practice its only blocked on the chromebooks
  • on the chromebooks you cant use inspect element
  • on the chromebooks you cant clear browser history (understandable but you can on the proper computers)
  • the internet archive is blocked as ‘tasteless/illegal/questionable.’ archive.today is blocked for being a ‘proxy anonymiser’ as youd expect
  • specific wikirby pages are blocked as ‘games’ but not the whole website. like i cant look at the Kirby page but i can look at That book Meta Knight was reading on the knoll in the opening cutscene for Kirby's Return to Dream Land and Kirby's Return to Dream Land Deluxe… and old revisions of the Kirby page for that matter :P
  • xkcd is blocked as ‘entertainment, profanity;’ explainxkcd is fine

Last edited by BFDI1a-TakethePlunge (Feb. 27, 2025 13:07:02)

BigNate469
Scratcher
1000+ posts

School IT

My school blocked Chrome's developer console and actually expects to be able to run a successful web design class.

That's one of the reasons I rarely sign into Chrome using my school Google account anymore.
logabe
Scratcher
71 posts

School IT

Alpha_Centuria wrote:

To bad my school bans GitHub
I don't know what you're using GitHub for, or if there are any specific repos you need, but maybe try checking out codeberg.org? It's the same thing as GitHub (except it isn't a closed-source platform run by a tech giant that uses your code to train AI models)
josueart
Scratcher
500+ posts

School IT

BigNate469 wrote:

My school blocked Chrome's developer console
I never understood why schools block the dev console. Ignorance, perhaps.
BigNate469
Scratcher
1000+ posts

School IT

logabe wrote:

Alpha_Centuria wrote:

To bad my school bans GitHub
I don't know what you're using GitHub for, or if there are any specific repos you need, but maybe try checking out codeberg.org? It's the same thing as GitHub (except it isn't a closed-source platform run by a tech giant that uses your code to train AI models)
Not all of GitHub is closed-source- check out https://github.com/github

Although I don't have to worry about this- my school has a FIRST Robotics Competition (FRC) team, and they unblocked GitHub specifically so that the team could use it.
Don't ask which team it is, saying that would give away my location to within about 2 square miles

josueart wrote:

BigNate469 wrote:

My school blocked Chrome's developer console
I never understood why schools block the dev console. Ignorance, perhaps.
I think they're afraid of account theft through self-XSS, but 99% of the people in the building don't even understand what the dev console is, much less how to use it to steal a Google account. All they know is that when they press ctrl+shift+i on most webpages it brings up some code in a new window.
lmccracken7
Scratcher
100+ posts

School IT

finally.

after sitting through 93 pages of this topic, i can finally say…

i am my own IT

Last edited by lmccracken7 (March 31, 2025 01:34:50)

codingfire23
Scratcher
41 posts

School IT

I'm pretty sure one of my friends said that the blocked websites is a whitelist instead of a blacklist. (For those who don't know what that is, a whitelist is a list of allowed websites. You can only go to websites on the whitelist.)
PaxtonPenguin
Scratcher
100+ posts

School IT

codingfire23 wrote:

I'm pretty sure one of my friends said that the blocked websites is a whitelist instead of a blacklist. (For those who don't know what that is, a whitelist is a list of allowed websites. You can only go to websites on the whitelist.)
Nope, it is blacklist. Blacklist is for listing out all the banned websites while whitelist is for the websites you can only visit. You only need one (either blacklist or whitelist)
zaid1442011
Scratcher
500+ posts

School IT

GvYoutube wrote:

(#1843)

zaid1442011 wrote:

Wolfieboy09 wrote:

(#1838)
My school has it where devices (you can bring your laptop), are connected to the school wifi, they can block websites by blocking the response/not returning the DNS record, and I found a way to bypass it: Use a VPN. To log into the school wifi, you need your school username and password, and you in.
If the school uses DNS to block stuff, then it's simple: Change the DNS server from the default (to something like 1.1.1.1).
Thanks for the suggestion!
Sadly,

My schools IT isnt dumb!
While my is. Last year that's how they blocked sites, this year I don't think my school blocks anything anymore lol.
MineTurte
Scratcher
1000+ posts

School IT

BigNate469 wrote:

My school blocked Chrome's developer console and actually expects to be able to run a successful web design class.

That's one of the reasons I rarely sign into Chrome using my school Google account anymore.
I don't see why you'd necessarily need to use developer console for web design class. I feel like most classes wouldn't use google developer console for teaching and instead something like VScode or really any programming app that has web design compatibility. Correct me if i'm wrong though, I don't really use the developer console much at all.
BigNate469
Scratcher
1000+ posts

School IT

MineTurte wrote:

BigNate469 wrote:

My school blocked Chrome's developer console and actually expects to be able to run a successful web design class.

That's one of the reasons I rarely sign into Chrome using my school Google account anymore.
I don't see why you'd necessarily need to use developer console for web design class. I feel like most classes wouldn't use google developer console for teaching and instead something like VScode or really any programming app that has web design compatibility. Correct me if i'm wrong though, I don't really use the developer console much at all.
VSCode doesn't run on a Chromebook without access to the built-in Debian Linux terminal (which the school also blocked), and there are very few computers in the school that don't run ChromeOS or ChromeOS Flex, and most of them are owned by individual students and teachers.

Which leaves us with web-based options… which run everything in the browser, and execute code in the browser as well.

As a result, the dev console is the only good way to debug those programs, and while there are various systems to emulate a dev console, they don't necessarily work as well. Additionally, running JS code in it doesn't always work, as some browsers by default disable the use of eval() and the function constructor for security reasons.
MineTurte
Scratcher
1000+ posts

School IT

BigNate469 wrote:

VSCode doesn't run on a Chromebook without access to the built-in Debian Linux terminal (which the school also blocked), and there are very few computers in the school that don't run ChromeOS or ChromeOS Flex, and most of them are owned by individual students and teachers.

Which leaves us with web-based options… which run everything in the browser, and execute code in the browser as well.

As a result, the dev console is the only good way to debug those programs, and while there are various systems to emulate a dev console, they don't necessarily work as well. Additionally, running JS code in it doesn't always work, as some browsers by default disable the use of eval() and the function constructor for security reasons.
You got a point there. Honestly at that point though the school should either invest in other computer brands entirely or just unblock some things for that class. Your best shot is to probably just request the things you need for class to be unblocked, considering it is hindering your education and not everyone can afford their own computers to get around these blocks.

There are ways to get around blocks like that but it will almost guarantee getting in trouble and maybe worse. Things such as unenrolling your Chromebook. It's an easy start but to actually “unlock” your Chromebook you have to get around the hardwired enrollment which requires actually digging into the hardware, which is obviously a bad idea considering you are borrowing it.

Last edited by MineTurte (April 7, 2025 15:58:54)

Moss-Star44
Scratcher
73 posts

School IT

My School forgot to ban games with but banned Warrior Cats games. They put Scratch on Clever, an app-website used to access district-wide resources. We learn coding in school too, such as robot C coding and putting AI in block coding projects.
spencerstudios1
Scratcher
1 post

School IT

if you can try Linux dev envornment this will allow you to not have gogaurdian (I have it on my Chromebook.)
step 1:
go to settings
step 2:
go to the about chrome os tab and scroll to the bottom, you will see a Linux dev environment option and a set up button
ps. does anyone know another way to bypass gogaurdian
IloveRoblox003
Scratcher
1000+ posts

School IT

Moss-Star44 wrote:

My School forgot to ban games with but banned Warrior Cats games. They put Scratch on Clever, an app-website used to access district-wide resources. We learn coding in school too, such as robot C coding and putting AI in block coding projects.

Discrimination is real
thr565ono
Scratcher
100+ posts

School IT

josueart wrote:

BigNate469 wrote:

My school blocked Chrome's developer console
I never understood why schools block the dev console. Ignorance, perhaps.
Simple answer is probably people using it to “edit” the school website.

They block it because someone uses it to create a fake screenshot saying something rude or because some teacher thought they were editing the real website
Magudragon
Scratcher
1000+ posts

School IT

Is proper grammar that nesssecary?

Powered by DjangoBB