mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Hide build error for incorrect types
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user