Fix ITunes.com.xml HTTPS Mismatch#6871
Conversation
accidentally had too many hyphens
|
@weems Thanks for the pull request. @fuglede @J0WI I'm not sure why the test is giving this error: I can reproduce it locally with |
|
I can reproduce using curl., but I have no proper solution for it. |
|
I think I see it. This should look for the key EDIT: never mind, it's already lowercasing the key in the previous line. |
|
@jeremyn is this a error with the test or my changes? |
|
@weems The test. |
|
It's still the part of the code I linked above. The regex is bad: |
|
By the way there are a lot of rules that have excluded URLs due to |
|
@jeremyn so it's a problem with the code that checks the xml to make sure it will work? |
|
@jeremyn ah. |
|
Pull request #6878 should fix the test problem. |
|
@weems The problem with the testing has been fixed by pull request #6878 so that's not a blocker anymore. Before we merge, please:
Also, there are some other |
spaces, comments cleaned up
|
Thanks, but you deleted the wrong lines from the top. Deleting lines 3-4 should have ended up with: <!--
For other Apple coverage, see Apple.xml.
Mismatch-https://www.itunes.com has a certificate mismatch
-->Also, are you going to pass on adding the new subdomains? Finally, we like to squash-and-merge commits, which means rewriting commits in your name. Is that all right with you for this and other pull requests you submit? |
|
@jeremyn Apologies, I am new, I will try to get sufficient changes in. Thanks |
|
Just a notice, |
|
@weems I'm checking in on this pull request. Do you need anything from me to move forward? |
|
@jeremyn I'm going to get it in this week, sorry had some distractions this week. |
|
Hi @weems , I'm checking in again here. Do you want us to just make any remaining changes ourselves to your branch? I see you've enabled |
|
@jeremyn If you could, I'm still trying to learn the syntax here, maybe I can review for future commits. Thanks for tolerating this newbie :) |
|
@fuglede @gloomy-ghost @J0WI I've made changes on top of @weems 's pull request. Can one of you please review this? Please do a regular merge instead of squash-and-merge because we have multiple contributors. |
|
Possible target: https://apps.itunes.com, can't find any tests though
Will review other details later.
|
|
@gloomy-ghost I can't find any tests for https://apps.itunes.com either. I don't want to include a |
|
The URL you give in #6871 (comment) returns an |
|
How about https://apps.itunes.com/files/ios-music-app/ ?
|
|
https://apps.itunes.com/files/ios-music-app/ gives me an |
|
I also had 503, but it works after some times
|
|
http://apps.itunes.com/files/ has some interesting information which may assist: |
|
Retest |
Closing #6870