We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b3923 commit f87422bCopy full SHA for f87422b
patches/issue251.patch
patches/patch.py
@@ -13,9 +13,9 @@
13
# noinspection PyUnresolvedReferences
14
patches.extend([
15
{
16
- # Fixes HTTPS cache problems with private certificates
17
- 'name': 'issue125',
18
- 'path': '../net/http/'
+ # (Disabled) Fixes HTTPS cache problems with private certificates
+ # 'name': 'issue125',
+ # 'path': '../net/http/'
19
},
20
])
21
@@ -28,9 +28,4 @@
28
'name': 'issue231',
29
'path': './'
30
31
- {
32
- # Adds drag-image representation during drag & drop in OSR mode.
33
- 'name': 'issue251',
34
- 'path': './'
35
- },
36
0 commit comments