browse/utils: Fix error when charset_normalizer.detect failed
The charset_normalizer.detect function can return a dict filled with None values when it failed to detect an encoding so ensure to add a None check to avoid runtime error when a content encoding cannot be detected.
Please register or sign in to comment