Skip to content

Commit

Permalink
Bug 1727449 - Restore standard AVIF compliance strictness. r=tnikkel
Browse files Browse the repository at this point in the history
Now that all known issues requiring permissive parsing are addressed, reinstate
standard strictness to maximize the likelihood of surfacing any new issues as
early as possible in 93.

Backed out changeset 70a4376d352a

Differential Revision: https://phabricator.services.mozilla.com/D124214
  • Loading branch information
baumanj committed Sep 2, 2021
1 parent 675b299 commit 84bf9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5722,7 +5722,7 @@
# 2 = Strict: reject violations of "should" specification directives
- name: image.avif.compliance_strictness
type: RelaxedAtomicInt32
value: 0
value: 1
mirror: always

# Whether we apply container-level transforms like mirroring and rotation
Expand Down

0 comments on commit 84bf9ed

Please sign in to comment.