You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CEF no longer supports that argument with the Chrome Bootstrap.
amaitland
changed the title
cefsharp 126.2.7 settings.CefCommandLineArgs.Add("disable-pdf-extension", "1"); pdf file is still being loaded
126.2.7+ disable-pdf-extension no longer supported
Jul 24, 2024
Is there an existing issue for this?
CefSharp Version
126.2.7
Operating System
Windows Server 2022
Architecture
x64
.Net Version
.net 4.8
Implementation
WinForms
Reproduction Steps
settings.CefCommandLineArgs.Add("disable-pdf-extension", "1");
Expected behavior
PDF file not loaded, download directly
Actual behavior
pdf file is still being loaded
Regression?
125.0.210 normal
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Not Tested
Other information
No response
The text was updated successfully, but these errors were encountered: