Skip to content

CORS proxy enabled by default in newsfeed module #2999

@steepl

Description

@steepl

I'm not sure if this is correct or not, but after upgrading to version 2.22.0 the CORS proxy for the newsfeed module seems to be enabled by default. I could only turn it off by changing if (useCorsProxy === undefined) useCorsProxy = true; to if (useCorsProxy === undefined) useCorsProxy = false; inside modules/default/newsfeed/node_helper.js. Shouldn't it be set to false by default?

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