Jump to content

Recommended Posts

Posted

Hi

 

Apologies if this is in the wrong place. Recently we've found that students have been accessing a Minecraft port called Eaglercraft (https://eaglercaft.com), we've blocked all links to it online but have found out that all the students need is a HTML file downloaded from the site to be able run the entire thing in a browser offline.

 

Does anyone have any idea how we could go about blocking this file?

 

My go-to was Applocker but as this file isn't technically an executable file Applocker doesn't detect it and so we can't block its hash.

 

Thanks in advance

Posted
How would you go about this? I can block Edge urls with a group policy but I'm not to sure how I would go about blocking based on tab name.
Posted
Back in the day we used to block flash .swf files from saving onto the users home areas. In this case I would wager that the html file is probably loading a js file from a cdn somewhere. If you inspect the file you can probably work out the file it's trying to pull and block it there.
Posted
How would you go about this? I can block Edge urls with a group policy but I'm not to sure how I would go about blocking based on tab name.

 

I'd do it with impero, I assume similar programs can do the same

  • Thanks 1
Posted
Have you got one of these html files to examine?

 

It's on the https://eaglercraft.com/ page - offline link

 

I got this link - https://bafybeieswo56iapqi5eojfrp2soxd2umfkiycvy4366dudqjomh57dajgq.ipfs.dweb.link/?filename=EaglercraftX_1.8_Signed_Singleplayer_Offline.zip

 

Back in the day we used to block flash .swf files from saving onto the users home areas. In this case I would wager that the html file is probably loading a js file from a cdn somewhere. If you inspect the file you can probably work out the file it's trying to pull and block it there.

 

It is a 14 MB html file that seems to be able to run completely offline (at least the single player game I tested). It will contact some wss addresses if it has a network connection.

Posted

We've had to block all local files being opened in Chrome and Edge due to students playing games via downloaded html files.

 

Doing do breaks PDF viewing as well, so we've made Adobe Reader the default viewer.

  • Thanks 1
Posted
The entire JS is contained in the of the document, the actual HTML is only a few lines long. Maybe it's worth looking at whether it's possible to block JS running if the file was accessed locally?
  • Thanks 1
Posted
We've had to block all local files being opened in Chrome and Edge due to students playing games via downloaded html files.

 

Doing do breaks PDF viewing as well, so we've made Adobe Reader the default viewer.

 

The entire JS is contained in the of the document, the actual HTML is only a few lines long. Maybe it's worth looking at whether it's possible to block JS running if the file was accessed locally?

 

I'll look into both of these. I'd rather not have a blanket ban on local files being opened in Edge/Chrome, but if that ends up being to only way to do it, so be it

Posted (edited)
In the end we managed to get around this by blocking JavaScript on the URL "file:///*" and pushing that as a group policy to students. Nothing else has broken yet... Edited by Undertoad
  • Thanks 1
  • 1 year later...
Posted

We've just had this rear it's head here and I'm struggling to find a way of reliably stopping it without blocking file URLs, which is a last resort.

 

On 28/03/2024 at 14:28, Undertoad said:

In the end we managed to get around this by blocking JavaScript on the URL "file:///*" and pushing that as a group policy to students. Nothing else has broken yet...

 

How did you do this? Hopefully I can get this to work in both Edge and Chrome.

Posted
On 08/05/2025 at 11:28, Sephiroth said:

We've just had this rear it's head here and I'm struggling to find a way of reliably stopping it without blocking file URLs, which is a last resort.

 

 

How did you do this? Hopefully I can get this to work in both Edge and Chrome.

 

This GPO Microsoft Edge Browser Policy Documentation | Microsoft Learn and use file:///* as the URL. Can be applied to User or Computer. There is a similar GPO for chrome. 

  • Like 1
  • Thanks 1
  • 10 months later...
  • 4 weeks later...
Posted
9 hours ago, Mike-Graham said:

Be more flexible with your blocking, anything and anyone can get past this. Although I cannot explain how nor why.

 

This user's timing and behaviour, in no way, seem suspicious. Is it the Epstein image on their background, or their resurrection of 15 year old threads to come on here and lecture everyone?

  • Haha 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...