Skip to content

Add setting to allow cross-domain resource sharing #20

@atuttle

Description

@atuttle

The code:

configureTaffy(){
  enableCrossDomainAccess(true);
}

Should add the following header to every response:

<cfheader name="Access-Control-Allow-Origin" value="*" />

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions