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
It seems that normal recursion isn't working on mobile chrome.
@rot13maxi tagging you could be something in that new CSP update.
Example of normal recursion which doesn't seem to work on mobile. https://ordinals.com/inscription/700f348e1acef6021cdee8bf09e4183d6a3f4d573b4dc5585defd54009a0148ci0
Example with normal recursion and child recursion which doesn't seem to work on mobile. https://ordinals.com/children/025107e06ac442f014c09a73cd97372f69619edd00dbeacca0aac55c75efe3ffi0
The text was updated successfully, but these errors were encountered:
looks like ordinals.com is still using the old CSP header values. Cut #2764 to try to set the origin.
Sorry, something went wrong.
Recursion works now on Safari and mobile iOS. I don't have an Android atm to test it on there. If it still doesn't work please reopen this issue.
able to confirm it all works :)
No branches or pull requests
It seems that normal recursion isn't working on mobile chrome.
@rot13maxi tagging you could be something in that new CSP update.
Example of normal recursion which doesn't seem to work on mobile.
https://ordinals.com/inscription/700f348e1acef6021cdee8bf09e4183d6a3f4d573b4dc5585defd54009a0148ci0
Example with normal recursion and child recursion which doesn't seem to work on mobile.
https://ordinals.com/children/025107e06ac442f014c09a73cd97372f69619edd00dbeacca0aac55c75efe3ffi0
The text was updated successfully, but these errors were encountered: