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: set response header Access-Control-Allow-Private-Network to true #159

Merged
merged 2 commits into from
Mar 15, 2024

Conversation

angusjfw
Copy link
Contributor

This is a new cors header that is required when you set the chrome flag 'Experimental Web Platform features'. We may use that flag for bluetooth etc. This header isn't yet supported by our CORS lib etc, so this seems to be an OK way of adding it.

Status Ticket/Issue
Ready/Hold Ticket

Main changes

Screenshots (feature, test output, profiling, dev tools etc)

[insert screenshots here]

Other notes (e.g. implementation quirks, edge cases, questions / issues)

Manual testing tips

Tag anyone who definitely needs to review or help

This is a new cors header that is required when you set the chrome flag
'Experimental Web Platform features'. We may use that flag for bluetooth
etc. This header isn't yet supported by our CORS lib etc, so this seems
to be an OK way of adding it.
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.56%. Comparing base (da96f4f) to head (827ecb5).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #159      +/-   ##
==========================================
+ Coverage   73.52%   73.56%   +0.04%     
==========================================
  Files          38       38              
  Lines        1760     1763       +3     
==========================================
+ Hits         1294     1297       +3     
  Misses        466      466              
Flag Coverage Δ
unittests 73.56% <100.00%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jcapona jcapona merged commit ef9f9f9 into master Mar 15, 2024
10 checks passed
@jcapona jcapona deleted the fix-cors-allow-private-network branch March 15, 2024 13:55
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.

2 participants