ukhsa-collaboration / covid-19-app-android-ag-public

COVID19 Android app
Other
142 stars 31 forks source link

Privacy Notice link doesn't load because of a 301 redirect loop #3

Closed illicitonion closed 4 years ago

illicitonion commented 4 years ago

Describe the bug On install, a "Privacy Notice" link is shown on the device. Tapping it takes me to an error page because of a redirect loop: https://www.gov.uk/government/publications/nhs-covid-19-app-privacy-information/nhs-test-and-trace-app-early-adopter-trial-august-2020-privacy-notice 301s to /government/publications/nhs-covid-19-app-privacy-information/nhs-covid-19-app-privacy-notice which itself 301s back to /government/publications/nhs-covid-19-app-privacy-information/nhs-test-and-trace-app-early-adopter-trial-august-2020-privacy-notice

Also, the use of 301s means that these will be indefinitely cached client-side, so once a client has requested either of these links, it will be hard to make either work.

To Reproduce Steps to reproduce the behavior:

  1. Install app, open
  2. On "This app helps us keep each other safe" screen, press "Continue"
  3. Confirm "I am over 16"
  4. On "Protecting your privacy" screen, scroll down and tap "Privacy Notice"

Expected behavior A webview to load with a privacy notice

Screenshots Screenshot_20200924-002000

Smartphone (please complete the following information):

illicitonion commented 4 years ago

This seems to have been fixed :)