Soup.HSTSEnforcerClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
changed |
r |
The class closure for the |
|
has_valid_policy |
r |
The has_valid_policy function is called to check whether there is a valid policy for the given domain. This method should return |
|
is_persistent |
r |
The is_persistent function advertises whether the enforcer is persistent or whether changes made to it will be lost when the underlying [class`Session`] is finished. |
|
padding |
[ |
r |
|
parent_class |
r |
The parent class. |
Methods¶
None
Details¶
- class Soup.HSTSEnforcerClass¶
Class structure for
Soup.HSTSEnforcer
.