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

feat: Add support for Cloudfront country header #2003

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

jonas-hoebenreich
Copy link
Contributor

What does this PR do?

This PR adds the CloudFront-Viewer-Country header to the supported headers. This allows users with CloudFront to also see the user's country.
see https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/adding-cloudfront-headers.html

Fixes # (issue)

How should this be tested?

  • create response with additional header CloudFront-Viewer-Country and check if it's visible in Formbricks

Checklist

Required

  • Filled out the "How to test" section in this PR
  • Read How we Code at Formbricks
  • Self-reviewed my own code
  • Commented on my code in hard-to-understand bits
  • Ran pnpm build
  • Checked for warnings, there are none
  • Removed all console.logs
  • Merged the latest changes from main onto my branch with git pull origin main
  • My changes don't cause any responsiveness issues

Appreciated

  • If a UI change was made: Added a screen recording or screenshots to this PR
  • Updated the Formbricks Docs if changes were necessary

Copy link

vercel bot commented Feb 2, 2024

@jonas-hoebenreich is attempting to deploy a commit to the formbricks Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

github-actions bot commented Feb 2, 2024

Thank you for following the naming conventions for pull request titles! 🙏

@jonas-hoebenreich jonas-hoebenreich changed the title Add support for Cloudfront country header feat: Add support for Cloudfront country header Feb 2, 2024
Copy link
Member

@mattinannt mattinannt left a comment

Choose a reason for hiding this comment

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

@jonas-hoebenreich thanks a lot for the PR 😊 Looks great! 😊💪

@mattinannt mattinannt added this pull request to the merge queue Feb 4, 2024
Merged via the queue into formbricks:main with commit 9756aed Feb 4, 2024
10 of 13 checks passed
kevinkong91 added a commit to kevinkong91/formbricks that referenced this pull request Mar 15, 2024
* main: (87 commits)
  fix: remove default env vars in docker compose (formbricks#2018)
  feat: cache web builds & playwright binaries in CI (formbricks#2009)
  chore: prepare 1.5.1 release (formbricks#2012)
  docs: add ClassroomIO to OSS Friends (formbricks#2008)
  feat: Add support for Cloudfront country header (formbricks#2003)
  fix: create survey API expects creator (formbricks#2007)
  fix: ECS deployment GitHub Action (formbricks#2005)
  chore: remove old CLA form from docs & github templates (formbricks#1995)
  fix: ecs github action (formbricks#1992)
  feat: auto subscribing to teams survey responses email (formbricks#1990)
  fix: formbricks-com build errors (formbricks#1991)
  fix: default autocomplete value (formbricks#1986)
  chore: Tweaked survey list (formbricks#1978)
  feat: enable weekly summary & support for callbacks on login (formbricks#1885)
  fix: ecs-deployment.yml (formbricks#1989)
  fix: ECS deployment Github Action (formbricks#1988)
  fix: links and survey overlapping (formbricks#1985)
  fix: Phone validation (formbricks#1987)
  fix: app page redirect throws error (formbricks#1984)
  feat(github action): Add's a new GitHub Action to deploy webapp to ECS cluster (formbricks#1982)
  ...
@jonas-hoebenreich jonas-hoebenreich deleted the cloudfront-support branch March 16, 2024 12:07
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.

None yet

2 participants