Skip to content
New issue

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

unknown url scheme and JS #9395

Closed
karlcow opened this issue Oct 22, 2021 · 2 comments
Closed

unknown url scheme and JS #9395

karlcow opened this issue Oct 22, 2021 · 2 comments
Labels
Bug 🐞 This is a bug with existing functionality not behaving as expected stale Stalebot use this label to stale issues and PRs

Comments

@karlcow
Copy link
Contributor

karlcow commented Oct 22, 2021

Steps to reproduce

  1. Go to https://smart.link/5a1bf9d9e3404?pf_rd_p=132617f2-a812-46a1-8efe-b6a948cda3d5

Expected behavior

A redirect to itunes for the application audible.

Actual behavior

Blank page with a question to redirect to audible.
if I do cancel, we get a blank page.
If I do ok, we get a blank page.

Device & build information

  • Device: iPhone XS
  • Build version: Firefox iOS 34.2

Notes

See webcompat/web-bugs#78962

When requesting

❯ http GET 'https://smart.link/5a1bf9d9e3404?pf_rd_p=132617f2-a812-46a1-8efe-b6a948cda3d5' 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/34.2  Mobile/15E148 Safari/605.1.15'
HTTP/1.1 200 OK
Alt-Svc: clear
Cache-Control: no-store, no-cache, must-revalidate, max-age=0
Content-Encoding: gzip
Content-Type: text/html; charset=utf-8
Date: Fri, 22 Oct 2021 01:09:52 GMT
Pragma: no-cache
Transfer-Encoding: chunked
Vary: Accept-Encoding
Via: 1.1 google

<html>
<head>
	<meta http-equiv="refresh" content="1"; url="https://itunes.apple.com/us/app/audiobooks-from-audible/id379693831?mt=8">
</head>
<body>

<script type="text/javascript">
	window.onload = function() {
		window.location = "audible://view?section=library";
		setTimeout(function timeout() {
			window.location = "https://itunes.apple.com/us/app/audiobooks-from-audible/id379693831?mt=8";
		}, 1000);
	}
</script>
</body>
</html>

the websit js is proposing to redirect to the right location in case the first part is not executed, but somehow Firefox iOS doesn't follow through.



┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/FXIOS-3349)
@karlcow karlcow added the Bug 🐞 This is a bug with existing functionality not behaving as expected label Oct 22, 2021
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale. Has the issue been fixed, or does it still require the community's attention? Please leave any comment to keep this issue opened. It will be closed automatically if no further update occurs in the next 30 days. Thank you for your contributions!

@github-actions github-actions bot added the stale Stalebot use this label to stale issues and PRs label Feb 14, 2023
@github-actions
Copy link
Contributor

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue linking to this one, with up-to-date information. Thank you!

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 This is a bug with existing functionality not behaving as expected stale Stalebot use this label to stale issues and PRs
Projects
None yet
Development

No branches or pull requests

1 participant