signal callback delegate or function to connect
void callback(soup.hstspolicy.HSTSPolicy oldPolicy, soup.hstspolicy.HSTSPolicy newPolicy, soup.hstsenforcer.HSTSEnforcer hSTSEnforcer)
oldPolicy the old #SoupHSTSPolicy value (optional)
newPolicy the new #SoupHSTSPolicy value (optional)
hSTSEnforcer the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Changed signal.
Emitted when hsts_enforcer changes.
If a policy has been added, new_policy will contain the newly-added policy and old_policy will be null. If a policy has been deleted, old_policy will contain the to-be-deleted policy and new_policy will be null. If a policy has been changed, old_policy will contain its old value, and new_policy its new value.
Note that you shouldn't modify the policies from a callback to this signal.