in2code-de / instagram

Show instagram feed without API in a TYPO3 extension
https://www.in2code.de/agentur/typo3-extensions/instagram/
19 stars 13 forks source link

Add header check to middleware #16

Open EcoGabe opened 2 years ago

EcoGabe commented 2 years ago

With the current way the request is being checked, this middleware will clash with any service using a parameter named "code" as a part of their OAuth flow. Checking if the referer is https://l.instagram.com/ will avoid this problem.