We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c2d28 commit c242bf8Copy full SHA for c242bf8
http/hsts.lua
@@ -54,6 +54,7 @@ function store_methods:store(host, directives)
54
else
55
-- add to store
56
self.domains[host] = setmetatable({
57
+ host = host;
58
includeSubdomains = directives.includeSubdomains;
59
expires = now + max_age;
60
}, store_item_mt)
0 commit comments