We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some features are broken due to cors issues (flag products, tests if the product exist on OBF, OPF...).
The cors proxy we were using is not working anymore: https://cors-anywhere.herokuapp.com/
We seem to have three options:
This option is interesting because it allows to avoid these kinds of issues for various types of usages. Some interesting links to investigate:
Some libraries seem to manage cors issues in user scripts:
See also: https://addons.mozilla.org/fr/firefox/addon/cors-everywhere/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some features are broken due to cors issues (flag products, tests if the product exist on OBF, OPF...).
The cors proxy we were using is not working anymore: https://cors-anywhere.herokuapp.com/
We seem to have three options:
1. Creating a cors proxy
This option is interesting because it allows to avoid these kinds of issues for various types of usages.
Some interesting links to investigate:
3. Modifying Power User Script
Some libraries seem to manage cors issues in user scripts:
See also: https://addons.mozilla.org/fr/firefox/addon/cors-everywhere/
The text was updated successfully, but these errors were encountered: