Skip to content

Commit da70dc6

Browse files
Update Evernote declarations (#3468)
* update Evernote declrations * Update validUntil --------- Co-authored-by: Clément Biron <[email protected]>
1 parent e9721a1 commit da70dc6

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

declarations/Evernote.history.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"fetch": "https://evernote.com/intl/en-gb/privacy/policy",
1010
"select": "div.content-container",
1111
"validUntil": "2023-10-18T15:00:34Z"
12+
},
13+
{
14+
"fetch": "https://evernote.com/privacy/policy",
15+
"select": [
16+
"main"
17+
],
18+
"remove": [
19+
"aside"
20+
],
21+
"validUntil": "2024-09-10T18:05:14Z"
1222
}
1323
],
1424
"Terms of Service": [
@@ -21,6 +31,16 @@
2131
"fetch": "https://evernote.com/intl/en-gb/legal/terms-of-service",
2232
"select": "div.content-container",
2333
"validUntil": "2023-10-18T15:00:37Z"
34+
},
35+
{
36+
"fetch": "https://evernote.com/legal/terms-of-service",
37+
"select": [
38+
"main"
39+
],
40+
"remove": [
41+
"aside"
42+
],
43+
"validUntil": "2024-09-10T18:05:15Z"
2444
}
2545
]
26-
}
46+
}

declarations/Evernote.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@
77
"select": [
88
"main"
99
],
10-
"remove": [
11-
"aside"
12-
]
10+
"executeClientScripts": true
1311
},
1412
"Terms of Service": {
1513
"fetch": "https://evernote.com/legal/terms-of-service",
1614
"select": [
1715
"main"
1816
],
19-
"remove": [
20-
"aside"
21-
]
17+
"executeClientScripts": true
2218
}
2319
}
2420
}

0 commit comments

Comments
 (0)