linkedin / linkedin/iris

Allow all origins

Open
#605 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
845
Forks
146
PR merge metrics
No merged PRs in 30d

Description

I tried setting to allow all requests:

allowed_origins: 
  - '*'

But I'm still getting the message Aborting response due to origin not allowed. What is the correct way?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how the allowed_origins configuration is parsed and how the origin check produces the “origin not allowed” message. Compare the shown wildcard value with the accepted configuration format; done means the documented all-origins setting permits the request without aborting.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
security
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.