@qpoint/mask-urls
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -18,2 +18,8 @@ "use strict"; | ||
config = ctx.state['mask-urls.config']; | ||
// default absolute to false | ||
if (!('absolute' in config)) | ||
config.absolute = false; | ||
// mask assets by default | ||
if (!('maskAssets' in config)) | ||
config.maskAssets = true; | ||
// generate an assets config | ||
@@ -20,0 +26,0 @@ const assetsConfig = { |
{ | ||
"name": "@qpoint/mask-urls", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A Qpoint adapter for masking URLs behind a reverse proxy", | ||
@@ -5,0 +5,0 @@ "author": "Tyler Flint <tyler@qpoint.io>", |
Sorry, the diff of this file is not supported yet
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
20433
117