HSTSPolicy.newFull
soup.hstspolicy.HSTSPolicy newFull(string domain, gulong maxAge, glib.date_time.DateTime expires, bool includeSubdomains)Full version of [soup.hstspolicy.HSTSPolicy.new_], to use with an existing expiration date.
See [soup.hstspolicy.HSTSPolicy.new_] for details.
Parameters
domain | policy domain or hostname |
maxAge | max age of the policy |
expires | the date of expiration of the policy or null for a permanent policy |
includeSubdomains | true if the policy applies on subdomains |
Returns
a new #SoupHSTSPolicy.