Skip to content

Commit f87422b

Browse files
committed
Update patches (cztomczak#125, cztomczak#251)
1 parent c4b3923 commit f87422b

File tree

2 files changed

+3
-374
lines changed

2 files changed

+3
-374
lines changed

patches/issue251.patch

Lines changed: 0 additions & 366 deletions
This file was deleted.

patches/patch.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# noinspection PyUnresolvedReferences
1414
patches.extend([
1515
{
16-
# Fixes HTTPS cache problems with private certificates
17-
'name': 'issue125',
18-
'path': '../net/http/'
16+
# (Disabled) Fixes HTTPS cache problems with private certificates
17+
# 'name': 'issue125',
18+
# 'path': '../net/http/'
1919
},
2020
])
2121

@@ -28,9 +28,4 @@
2828
'name': 'issue231',
2929
'path': './'
3030
},
31-
{
32-
# Adds drag-image representation during drag & drop in OSR mode.
33-
'name': 'issue251',
34-
'path': './'
35-
},
3631
])

0 commit comments

Comments
 (0)