You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multiple directives that need special treatment due to their behaviour.
The header directive can be used multiple times or can take multiple directives
The mime directive can be used multiple times or can take multiple directives
The redir directive can be used multiple times or can take multiple directives + has conditions which are not supported
The rewrite directive supports rules
several directives have type boolean, the string value is fetched as true/false atm. Default and fallback is false
a "type" attribute should be added to the draggable list json
The TLS directive has a number of different options and options for the Cert/Key variant
These directives are either limited in their functionality or do not work as intended at all.
To fix them, the parser needs to implement edge-cases for these directives.
There are multiple directives that need special treatment due to their behaviour.
These directives are either limited in their functionality or do not work as intended at all.
To fix them, the parser needs to implement edge-cases for these directives.