Skip to content

Commit

Permalink
Filter waves
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Nov 26, 2023
1 parent 8c99ae3 commit 5dce916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions os-app/task-a-banks/controller-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ describe('_DataFilterProject', function test__DataFilterProject() {
'https://peercdn.com/',
'http://cryptosphere.org/',
'https://app.solidbase.info',
'https://waves.kosmos.org/',
].forEach(function (ZDAProjectURL) {

it(`filters ${ ZDAProjectURL }`, function () {
Expand Down
1 change: 1 addition & 0 deletions os-app/task-a-banks/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ const mod = {
'https://peercdn.com/',
'http://cryptosphere.org/',
'https://app.solidbase.info',
'https://waves.kosmos.org/',
].includes(e.ZDAProjectURL)) {
return false;
}
Expand Down

0 comments on commit 5dce916

Please sign in to comment.