Security Update
– Allow the Network Query Tool` website to implement a 16-byte nonce for the Content Security Policy (CSP).
– Increased the bits to align with common modern security practices
– Change $nonce = bin2hex(random_bytes(12)); to $nonce = bin2hex(random_bytes(16));