Skip to content

Adds explicit file:// protocol support#2277

Merged
gingi merged 1 commit intomasterfrom
bugfix/task-output-image-preview
Feb 5, 2021
Merged

Adds explicit file:// protocol support#2277
gingi merged 1 commit intomasterfrom
bugfix/task-output-image-preview

Conversation

@gingi
Copy link
Member

@gingi gingi commented Feb 4, 2021

As a security measure, Electron 9.0.0 stopped enabling the file:// protocol when webSecurity is set to false. See electron/electron#23757

Closes #2274: Restores image previews in Task Output.

As a security measure, Electron 9.0.0 stopped enabling the `file://` protocol when `webSecurity` is set to `false`.  See electron/electron#23757

Closes #2274: Restores image previews in Task Output.
@gingi gingi added this to the 2.9.0 milestone Feb 4, 2021
@gingi gingi enabled auto-merge February 4, 2021 19:54
@codecov
Copy link

codecov bot commented Feb 4, 2021

Codecov Report

Merging #2277 (a958619) into master (862a6a1) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2277   +/-   ##
=======================================
  Coverage   65.19%   65.19%           
=======================================
  Files         903      903           
  Lines       25707    25707           
  Branches     5102     5102           
=======================================
  Hits        16760    16760           
  Misses       8947     8947           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 729bda7...661b804. Read the comment docs.

@gingi gingi merged commit 2bd4fc8 into master Feb 5, 2021
@gingi gingi deleted the bugfix/task-output-image-preview branch February 5, 2021 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Image preview is broken in Task Output

2 participants