Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "caccl-lti", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "LTI launch validator for IMS-LTI standard launches.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -83,3 +83,3 @@ const oauth = require('oauth-signature'); | ||
const path = urlLib.parse(originalUrl).pathname; | ||
const url = req.protocol + '://' + req.headers.host + path; | ||
const url = 'https://' + req.headers.host + path; | ||
// > Remove oauth signature from body | ||
@@ -86,0 +86,0 @@ const body = clone(req.body); |
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
169611