This repository was archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update Phoronix-Media.xml #1999
Merged
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,31 @@ | ||
| <!-- | ||
| Nonfunctional: | ||
|
|
||
| - (www.)phoronix.net ¹ | ||
| - (www.)phoronix-media.com ¹ | ||
| - (www.)phoromatic.com ¹ | ||
| - (www.)phoronix.com (ssl_error_rx_record_too_long) | ||
|
|
||
| ¹ Shows blank page; self-signed, CN: phx1.phoronix.com | ||
| - (www.)phoronix-test-suite.com ¹ | ||
| - (www.)phoronix.com/forums (mixed content) | ||
|
|
||
| ¹ ssl_error_rx_record_too_long | ||
| --> | ||
| <ruleset name="Phoronix Media (partial)" platform="mixedcontent"> | ||
|
|
||
| <ruleset name="Phoronix Media"> | ||
| <target host="phoronix.com" /> | ||
| <target host="www.phoronix.com" /> | ||
| <target host="openbenchmarking.org" /> | ||
| <target host="www.openbenchmarking.org" /> | ||
|
|
||
| <exclusion pattern="^http://(www\.)?phoronix\.com/forums/" /> | ||
| <test url="http://phoronix.com/forums/" /> | ||
| <test url="https://phoronix.com/forums/" /> | ||
| <test url="http://www.phoronix.com/forums/" /> | ||
| <test url="https://www.phoronix.com/forums/" /> | ||
| <rule from="^https://(www\.)?phoronix\.com/forums/" to="http://$1phoronix.com/forums/" downgrade="1" /> | ||
|
|
||
| <securecookie host="^openbenchmarking\.org$" name=".*" /> | ||
| <securecookie host="^phoromatic\.com$" name=".*" /> | ||
|
|
||
|
|
||
| <!-- Michael has noticed our shenanigans and disabled https for pages (unless you pay up). | ||
| https://trac.torproject.org/projects/tor/ticket/5728 --> | ||
| <rule from="^http://(www\.)?openbenchmarking\.org/(ads/|(?:create/comment/|result/)?css/|embed\.php|favicon\.ico|s/css/)" | ||
| to="https://$1openbenchmarking.org/$2" /> | ||
| <!-- breaks forum | ||
| <securecookie host="^.*\.phoronix\.com$" name=".*" />--> | ||
| <securecookie host="^.*\.openbenchmarking\.org$" name=".*" /> | ||
|
|
||
| <rule from="^http:" to="https:" /> | ||
| </ruleset> | ||
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you confirm this downgrade is necessary? I.e., are there pages on phoronix.com that point incorrectly to the HTTPS version of the forums, causing breakage without it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HTTPS version of phoronix.com still links to HTTPS version of the forum even with exclusion pattern (no matter which page on phoronix.com), so I add the downgrade rule. The forum link is often used. It is shown at the site navigation menu on the top of (every) page of phoronix.com. The "Add a comment" on every article of phoronix.com links to forum as well.