mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
Don't fail for viewport ignored keys
This commit is contained in:
@@ -40,7 +40,8 @@ export const EXCLUDED_CONSOLE_LOGS = (browserName: string): string[] => {
|
||||
if (browserName === "webkit") {
|
||||
excludedConsoleLogs.push(
|
||||
// sandbox=allow-presentation is not supported in webkit
|
||||
"Error while parsing the 'sandbox' attribute: 'allow-presentation' is an invalid sandbox flag."
|
||||
"Error while parsing the 'sandbox' attribute: 'allow-presentation' is an invalid sandbox flag.",
|
||||
'Viewport argument key "interactive-widget" not recognized and ignored.'
|
||||
);
|
||||
} else if (browserName === "firefox") {
|
||||
excludedConsoleLogs.push(
|
||||
|
||||
Reference in New Issue
Block a user