不推荐使用hsts不推荐使用“ includeSubdomain”参数

Blo*_*mer 1 loopback node.js hsts

我有一个回送3应用程序。当我启动应用程序时,. node我会在控制台中看到它。

hsts deprecated The "includeSubdomain" parameter is deprecated. Use "includeSubDomains" (with a capital D) instead. node_modules/loopback/lib/server-app.js:74:25
Run Code Online (Sandbox Code Playgroud)

我在node_modules文件夹中搜索,但是没有回送文件夹。那么我该如何解决呢?

小智 5

这是由于中的helmet配置middleware.json。只需打开它,然后查找并替换includeSubdomain为即可includeSubDomains