Skip to content

Commit

Permalink
Bug 1829618 - Enable Prettier on json files (automatic fixes). r=perf…
Browse files Browse the repository at this point in the history
…test-reviewers,webcompat-reviewers,extension-reviewers,andi,desktop-theme-reviewers,pip-reviewers,devtools-reviewers,sync-reviewers,mossop,denschub,dao,sparky,robwu,geckoview-reviewers,owlish

Differential Revision: https://phabricator.services.mozilla.com/D176336
  • Loading branch information
Standard8 authored and ahal committed May 15, 2024
1 parent aee764c commit 91ccdce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions taskcluster/docker/image-builder/policy.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"default": [{"type": "reject"}],
"transports": {
"docker-archive": {
"": [{"type": "insecureAcceptAnything"}]
},
"dir": {
"": [{"type": "insecureAcceptAnything"}]
}
"default": [{ "type": "reject" }],
"transports": {
"docker-archive": {
"": [{ "type": "insecureAcceptAnything" }]
},
"dir": {
"": [{ "type": "insecureAcceptAnything" }]
}
}
}

0 comments on commit 91ccdce

Please sign in to comment.