Skip to content

Update most URLs to HTTPS #216

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

Merged
merged 1 commit into from
May 10, 2021
Merged

Conversation

oliverklee
Copy link
Collaborator

No description provided.

phpunit.xml Outdated
@@ -1,6 +1,6 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.5/phpunit.xsd"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe this namespace change is correct. I don't see an HTTPS version for the xsi namespace in the spec: https://www.w3.org/TR/xmlschema-1/

Regardless, a namespace is not intended to be fetched.

See also https://github.com/sebastianbergmann/phpunit/blob/b25cb0dc1f77f4187f13c295784fec2b8b6060c6/phpunit.xml#L2

Suggested change
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed, rebased and repushed.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this also applies to most namespaces used in CSS @namespace examples.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'll rework the PR accordingly.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed and repushed.

@oliverklee oliverklee force-pushed the cleanup/https branch 2 times, most recently from 370b83f to b9abdb5 Compare May 7, 2021 16:33
@oliverklee
Copy link
Collaborator Author

Rebased and repushed.

@sabberworm sabberworm merged commit 6eff481 into MyIntervals:master May 10, 2021
@oliverklee oliverklee deleted the cleanup/https branch May 10, 2021 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants