mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
LibWeb: Don't carry quirks across to logical aliases
This commit is contained in:
parent
b0cdc3f03b
commit
f336667771
Notes:
github-actions[bot]
2025-06-23 14:20:22 +00:00
Author: https://github.com/Calme1709
Commit: f336667771
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5138
Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,9 @@ void replace_logical_aliases(JsonObject& properties)
|
|||
alias_object.set(key, value);
|
||||
});
|
||||
|
||||
// Quirks don't carry across to logical aliases
|
||||
alias_object.remove("quirks"sv);
|
||||
|
||||
properties.set(name, alias_object);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue