Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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