Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mc-html-template): permission policy to be joined with comma #2170

Merged
merged 2 commits into from
Apr 29, 2021

Conversation

tdeekens
Copy link
Contributor

Summary

The permission policy header is joined by a ', ' separator in the specification. Not a ': '.

CleanShot 2021-04-29 at 14 04 11@2x

@vercel
Copy link

vercel bot commented Apr 29, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/commercetools/merchant-center-application-kit/AEeawA3oud4QjyGqy3itBfQNu3pa
✅ Preview: https://merchant-cente-git-fix-permissions-policy-commer-c1f884.vercel.app

@changeset-bot
Copy link

changeset-bot bot commented Apr 29, 2021

🦋 Changeset detected

Latest commit: d8e9b05

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@commercetools-frontend/mc-html-template Patch
@commercetools-frontend/mc-scripts Patch

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

@tdeekens tdeekens requested a review from emmenko April 29, 2021 12:09
@tdeekens tdeekens self-assigned this Apr 29, 2021
@tdeekens tdeekens enabled auto-merge (squash) April 29, 2021 12:09
@vercel vercel bot temporarily deployed to Preview April 29, 2021 12:13 Inactive
@@ -24,7 +24,7 @@ const mergeCspDirectives = (...csps) =>
),
{}
);
const toHeaderString = (directives = {}) =>
const toHeaderString = (directives = {}, seperator = '; ') =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The seperator does not seem to be used.

@tdeekens tdeekens merged commit 4d4b1f9 into main Apr 29, 2021
@tdeekens tdeekens deleted the fix/permissions-policy branch April 29, 2021 12:35
@ghost ghost mentioned this pull request Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants