next-ssl-redirect-middleware
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "next-ssl-redirect-middleware", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Nextjs Middleware to redirect http to https", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,4 +0,4 @@ | ||
# nextjs-ssl-redirect-middlewear | ||
# next-ssl-redirect-middleware | ||
[Nextjs Middleware](https://nextjs.org/docs/middleware) to redirect `http` to `https`. This is helpful if you are hosting your site on a service where this redirect doesn't happen automatically (IE heroku). | ||
[Nextjs Middleware](https://nextjs.org/docs/middleware) to redirect `http` to `https`. This is helpful if you are hosting your site on a service that doesn't have "force ssl" support out of the box (IE: heroku). | ||
@@ -25,4 +25,4 @@ ## Install | ||
## Notes: | ||
## Credits | ||
[paulomcnally/node-heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect) was referenced in the creation of this library. | ||
[paulomcnally/node-heroku-ssl-redirect](https://github.com/paulomcnally/node-heroku-ssl-redirect) was referenced heavily in the creation of this library. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15384