Skip to content

Security warning "X-Robots-Tag" #34

@noone-g

Description

@noone-g

Change the line in nginx.conf from
add_header X-Robots-Tag “none” always;
to
add_header X-Robots-Tag “noindex, nofollow” always;

From Nextcloud v 26.0, it does not recognize "none" as "noindex, nofollow".
They are equivalent based on Nginx server manual.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions