Skip to content

Commit

Permalink
Remove survey metadata redirect (flutter#9954)
Browse files Browse the repository at this point in the history
this redirect was accidentally committed.
related:
flutter@919cb74

The goal is to land flutter#9942, but we
need to confirm the redirects are working even on master. I was noticing
some strange behavior there with trying to access the cloud storage urls
but I have not had time to dig into it.

This redirect is causing some failures on master so we need to land this
asap. Once this is green and approved, feel free to land as I'm going to
be away from my computer starting tomorrow.
  • Loading branch information
kenzieschmoll authored Dec 21, 2023
1 parent 83a10b5 commit 301025e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
{ "source": "/development/:rest*", "destination": "/:rest*", "type": 301 },
{ "source": "/devtools/:rest*", "destination": "/tools/devtools/:rest*", "type": 301 },
{ "source": "/downloads/:resource*", "destination": "/resources/:resource*", "type": 301 },
{ "source": "/f/dart-devtools-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/devtools-survey-metadata.json", "type": 301 },
{ "source": "/f/flutter-survey-metadata.json", "destination": "https://storage.googleapis.com/flutter-uxr/surveys/flutter-survey-metadata.json", "type": 301 },
{ "source": "/faq", "destination": "/resources/faq", "type": 301 },
{ "source": "/fastlane-cd", "destination": "/deployment/cd#fastlane", "type": 301 },
Expand Down

0 comments on commit 301025e

Please sign in to comment.