Open dragonbear-os opened 2 years ago
Latest commit: fa7c4b0169164610aabe6cc2800d59645007f091
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Someone is attempting to deploy a commit to a Personal Account owned by @nibtime on Vercel.
@nibtime first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
docs-next-safe-middleware | ✅ Ready (Inspect) | Visit Preview | Sep 15, 2022 at 6:02PM (UTC) |
@nibtime can you please check this one?
It looks like @nibtime is unresponsive... @boennemann could you take a look into this PR?
I need require-trusted-types-for
to work for an incoming audit and this PR made it work for me
This is a fix for #75
I added "script" to the set of literal directive values and added a test for it.
I couldn't get the tests to run without using
--runInBand
which runs all the tests in a single thread which exposed thatempty
was getting reused across tests. So I changed the uses of empty to create a new object rather than use the one shared constant.