-
Notifications
You must be signed in to change notification settings - Fork 244
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: https detection #260
Conversation
detect if nuxt `server.https` is set, assume that https is being used, preventing CORS errors and streamlining configuration
Codecov Report
@@ Coverage Diff @@
## dev #260 +/- ##
===================================
Coverage 100% 100%
===================================
Files 1 1
Lines 27 28 +1
Branches 12 13 +1
===================================
+ Hits 27 28 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good to me, should we add a test case for it?
Oops i made a mistake |
Co-Authored-By: Alexander Lichter <manniL@gmx.net>
Co-Authored-By: Alexander Lichter <manniL@gmx.net>
detect if nuxt
server.https
is set, assume that https is being used, preventing CORS errors and streamlining configuration