We have moved to using the Firewalled version of Replit, however we also run a HTML unit. Is there a way to allow students to run their own HTML files in Firewalled replit?
Hi @MrCDonaldson!
Firewalled Replit prevents access to the internet but still allows users to create and view HTML/CSS/JS Repls and websites.
This means that outgoing connections to websites not whitelisted on Firewalled Replit will be blocked. For example, I believe common package managers like npm
are whitelisted to allow users to install packages, but outbound connections to any other sites are disallowed. This is to prevent users from creating/accessing proxies.
3 Likes