This issue does not affect Schoolbox sites hosted on the Schoolbox cloud platform.
This only affects self-hosted or on-premise Schoolbox sites where the Schoolbox URL resolves to a private network address (for example, 10.x.x.x or 192.168.x.x).
Recent updates to Chromium-based browsers (including Chrome and Edge) block websites from accessing private network addresses by default.
Symptoms
- Schoolbox shows as offline.
- Login fails or does not complete.
- Pages do not load correctly.
How to fix
You must allow your Schoolbox URL using a browser policy.
Step 1: Install browser policy templates
- Download the Google Chrome Enterprise Bundle.
- Download the Microsoft Edge policy files.
- Add them to your central store:
\\domain\SYSVOL\domain\Policies\PolicyDefinitions
Step 2: Create a Group Policy Object (GPO)
- Open Group Policy Management (
gpmc.msc). - Right-click your target OU.
- Select Create a GPO in this domain, and Link it here.
- Name the policy Web browser - local network allowlist.
Step 3: Configure the policy (Chrome and Edge)
- Edit the new GPO.
- Go to:
Computer Configuration > Policies > Administrative Templates > Google Chrome > Network settings
or
Computer Configuration > Policies > Administrative Templates > Microsoft Edge > Network settings
- Open Allow sites to make requests to local network endpoints.
- Set to Enabled.
- Select Show and add your Schoolbox URL: https://schoolbox.school.edu.au
Step 4: Apply and verify
- On a user device, run:
gpupdate /force - Open
chrome://policy or edge://policy. - Search for
LocalNetworkAccessAllowedForUrls. - Confirm the status is OK and your URL is listed.
For unmanaged devices
If you do not use Active Directory or device management, you can test the issue by launching the browser with: --disable-features=BlockInsecurePrivateNetworkRequests
This is for testing only and should not be used as a long-term solution.
Long-term solutions
The steps above rely on browser policies. These can change over time and may require ongoing management.
To remove this dependency and avoid future disruption, consider the following long-term options:
- Migrate to Schoolbox Cloud
This fully removes the issue, as cloud-hosted Schoolbox sites are not affected by private network restrictions. - Expose your Schoolbox instance via a public IP address
Hosting your instance on a public address avoids private network blocking and aligns with modern browser security requirements.
These approaches ensure your Schoolbox instance is not impacted by ongoing browser changes and removes the need for policy-based workarounds.