Commit 171641b
committed
Disable chromium component updates without disabling the components
This is arguably a Chromium bug really, but c'est la vie. When disabling
updating explicitly, the components are disabled completely (nothing is
shown on chrome://components) which causes problems and unrepresentative
behaviour, most notably when testing services that use DRM video.
This replaces that with an invalid update URL, so the update fails
instead. That results in a single failing request in HTTP Toolkit, but
this is better than either broken functionality or full updates (many
large requests every time).1 parent 23b4b8f commit 171641b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
0 commit comments