Skip to content

Semicolon and/or curly brackets inside single/double quotes in single/multi-line directives. #22

@amorozkin

Description

@amorozkin

From Nginx perspective any of next two constructions is valid:

A.

add_header Strict-Transport-Security "max-age=0; includeSubDomains" always;

B.

add_header Strict-Transport-Security
"
max-age=0
;
includeSubDomains
"
always
;

But both ones can't be parsed correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions