Skip to content
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

Added shared credentials for Digi #772

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions quirks/shared-credentials.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,17 @@
"diversalertnetwork.org"
]
},
{
"from": [
"digiromania.ro",
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't see digiromania.ro redirecting. When I load it, it shows a page at that domain!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Huh 🤔 Even in incognito?

$ curl --include digiromania.ro
HTTP/1.1 301 Moved Permanently
Date: Sat, 28 Sep 2024 07:24:40 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Location: https://www.digi.ro/
Server: RDS-WebServer v2

<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>

"rcs-rds.ro"
],
"to": [
"digi.ro",
"digionline.ro"
],
"fromDomainsAreObsoleted": true
},
{
"from": [
"discordapp.com"
Expand Down
6 changes: 6 additions & 0 deletions quirks/websites-with-shared-credential-backends.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,12 @@
"dan.org",
"diversalertnetwork.org"
],
[
"digiromania.ro",
"rcs-rds.ro",
"digi.ro",
"digionline.ro"
],
[
"dinersclubnorthamerica.com",
"dinersclubus.com"
Expand Down
Loading