How to reproduce:
1. Open the Registry Editor by pressing Win + R, typing “regedit”, and hitting Enter
2. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion
3. Locate the Internet Settings key and back it up by right-clicking it and selecting "Export"
4. Delete the Internet Settings key
5. Launch a Unity project that performs network requests requiring web proxy initialization
6. Observe the console window
Actual result: NullReferenceException is thrown
Expected result: NullReferenceException is not thrown
Reproducible with: 6000.3.7f1
Reproduced on: Windows 11 (user reported)
Not reproduced on: No other environment tested
Note: Not reproduced by CQA