Skip to content

Commit 73bf7d7

Browse files
committed
chore: ignore for Unsanitized input snynk warning
1 parent 5be6c95 commit 73bf7d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contentScript.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ if (window.location.href.includes("_preview")) {
1616

1717
hidePaywall();
1818
footerPage();
19-
2019
};
2120
}
2221
}
@@ -29,6 +28,7 @@ function getShowCaseUrl() {
2928
}
3029

3130
function refreshPage(url) {
31+
// deepcode ignore OR: <redirect to Google Showcase url>
3232
window.location = url;
3333
}
3434

@@ -76,5 +76,4 @@ function footerPage() {
7676
let height = columns[1].offsetHeight;
7777

7878
footer.style.marginTop = `${height}px`;
79-
8079
}

0 commit comments

Comments
 (0)