1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Upload non-filtered rules to cloud storage

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1472
This commit is contained in:
Raymond Hill 2021-01-28 09:43:14 -05:00
parent 16e74cf68b
commit 3101c5fa22
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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) {