Update 0.0.0.0 day fix to include localhost domians

This commit is contained in:
Sam Sneed 2024-08-14 10:34:58 -05:00
parent b483e91f1e
commit 2f64e8b41f

View file

@ -33,7 +33,7 @@ async function enableGoodies(s) {
// 0.0.0.0 day fix
const locals = [
'0.0.0.0', '127.0.0.1', '192.168', '.local'
'0.0.0.0', '127.0.0.1', '192.168', '.local', '.example', '.staging', 'fe80::', '::1'
];
// Function to check if a URL is restricted