-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UNC allow list checks cannot be disabled in extension host #184989
Comments
Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/ |
Thank you for the prompt response! After testing the VSCodeUserSetup-x64-1.80.0-insider release, I discovered that despite setting "security.restrictUNCAccess" to false, the functionality still doesn't work. However, when I set "security.restrictUNCAccess" to true and include the host's address in the "security.allowedUNCHosts" setting, the search feature begins working. This resolves the issue for me since I prefer to restrict UNC access anyway. Nevertheless, it would be nice if setting "security.restrictUNCAccess" to false behaved as expected. |
This is actually a bug on our end 😱 |
Verification:
|
…185083) * UNC allow list checks cannot be disabled in extension host (#184989) * Update src/vs/base/node/unc.js Co-authored-by: Robo <[email protected]> --------- Co-authored-by: Robo <[email protected]>
…) (#185085) * UNC allow list checks cannot be disabled in extension host (#184989) * Update src/vs/base/node/unc.js Co-authored-by: Robo <[email protected]> --------- Co-authored-by: Robo <[email protected]>
Type: Bug
When searching (Ctrl+Shift+F) the following message is shown right below the search field:
"UNC host [host-address] access is not allowed. Please update the 'security.allowedUNCHosts' setting if you want to allow this host."
However, the host ist added to "security.allowedUNCHosts" and "security.restrictUNCAccess" is set to false.
The individual files of the host can be viewed, editted and searched but the 'search all files' gives the above message.
This problem does not occur in V1.78.2
Version: 1.79.0 (user setup)
Commit: b380da4
Date: 2023-06-07T14:26:35.552Z
Electron: 22.5.5
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Windows_NT x64 10.0.17763
VS Code version: Code 1.79.0 (b380da4, 2023-06-07T14:26:35.552Z)
OS version: Windows_NT x64 10.0.17763
Modes:
System Info
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: