mirror of https://github.com/gorhill/uBlock.git
Upload non-filtered rules to cloud storage
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/1472
This commit is contained in:
parent
16e74cf68b
commit
3101c5fa22
|
@ -618,7 +618,7 @@ const editSaveHandler = function() {
|
|||
/******************************************************************************/
|
||||
|
||||
self.cloud.onPush = function() {
|
||||
return mergeView.leftOriginal().getValue().trim();
|
||||
return thePanes.orig.original.join('\n');
|
||||
};
|
||||
|
||||
self.cloud.onPull = function(data, append) {
|
||||
|
|
Loading…
Reference in New Issue