Hide build error for incorrect types

This commit is contained in:
hensm
2020-02-26 15:21:23 +00:00
parent 13b655a918
commit af521f9a0f

View File

@@ -513,6 +513,8 @@ async function initWhitelist () {
return;
}
// @ts-ignore
// Another issue with @types/firefox-webext-browser
for (const ancestor of details.frameAncestors) {
if (originUrlCache.includes(ancestor.url)) {
for (const header of details.requestHeaders) {