mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
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
Block a user