通过使用OWIN配置里的IAppBuilder的UseHsts扩展方法可以启用它。 publicvoidConfiguration(IAppBuilder app){ app.UseHsts();// ...} 如果希望设置过期 ...
確定! 回上一頁