Skip to content

Commit b79141f

Browse files
Ronitsabhaya75renish
andcommitted
Remove redundant subdomains from shared credentials
This PR removes subdomains from shared-credentials.json that are redundant because their parent domains are already present in the exact same credential group. Subdomains are automatically included in password manager resource checks when a parent domain is matched, so listing them explicitly is unnecessary. Co-authored-by: renish <renishpate2482001@gmail.com>
1 parent 1e97b8f commit b79141f

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

quirks/shared-credentials.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -711,8 +711,7 @@
711711
{
712712
"shared": [
713713
"rekordbox.com",
714-
"pioneerdj.com",
715-
"community.pioneerdj.com"
714+
"pioneerdj.com"
716715
]
717716
},
718717
{
@@ -828,21 +827,17 @@
828827
},
829828
{
830829
"from": [
831-
"workflowmanager.app",
832-
"login.workflowmanager.app"
830+
"workflowmanager.app"
833831
],
834832
"to": [
835-
"infotechexpress.com"
833+
"infotechexpress.com"
836834
]
837835
},
838836
{
839837
"from": [
840838
"www.seek.com.au",
841839
"www.seek.co.nz",
842840
"jobsdb.com",
843-
"hk.jobsdb.com",
844-
"sg.jobsdb.com",
845-
"th.jobsdb.com",
846841
"jobstreet.com",
847842
"myjobstreet.jobstreet.co.id",
848843
"myjobstreet.jobstreet.com.my",

0 commit comments

Comments
 (0)