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

Bump BrowserServicesKit Version #2063

Merged
merged 10 commits into from
Jan 17, 2024
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13158,8 +13158,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 101.1.2;
branch = "bhall/bump-content-scope-scripts";
kind = branch;
};
};
AA06B6B52672AF8100F541C5 /* XCRemoteSwiftPackageReference "Sparkle" */ = {
Expand Down
2 changes: 1 addition & 1 deletion LocalPackages/DataBrokerProtection/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
targets: ["DataBrokerProtection"])
],
dependencies: [
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", exact: "101.1.2"),
.package(url: "https://github.com/duckduckgo/BrowserServicesKit", branch: "bhall/bump-content-scope-scripts"),
.package(path: "../PixelKit"),
.package(path: "../SwiftUIExtensions"),
.package(path: "../XPCHelper")
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"name": "backgroundcheck.run",
"version": "0.1.1",
"parent": "verecor.com",
"addedDatetime": 1677736800000,
"steps": [
{
"stepType": "scan",
"scanType": "templatedUrl",
"actions": [
{
"actionType": "navigate",
"id": "aa12b430-8e5d-4c64-bb77-2961f19a1bc8",
"url": "https://backgroundcheck.run/profile/search?fname=${firstName}&lname=${lastName}&state=${state}&city=${city}"
},
{
"actionType": "extract",
"id": "75fd2e16-d84a-4bbe-9cf1-79c6d1cc4dec",
"selector": ".b-pfl-list",
"profile": {
"name": {
"selector": ".name"
},
"alternativeNamesList": {
"selector": ".//span[contains(., 'Known as')]/following-sibling::span[@class='medium-20 col']/span[@class='info']/span[@class='nowrap']",
"findElements": true
},
"age": {
"beforeText": "age:",
"selector": ".age"
},
"addressCityStateList": {
"selector": ".//span[@itemprop='address']",
"findElements": true
},
"relativesList": {
"selector": ".//span[@itemprop='relatedTo']",
"findElements": true
},
"profileUrl": {
"selector": "a"
}
}
}
]
},
{
"stepType": "optOut",
"optOutType": "parentSiteOptOut",
"actions": []
}
],
"schedulingConfig": {
"retryError": 48,
"confirmOptOutScan": 72,
"maintenanceScan": 240
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"name": "clubset.com",
"version": "0.1.1",
"parent": "verecor.com",
"addedDatetime": 1702965600000,
"steps": [
{
"stepType": "scan",
"scanType": "templatedUrl",
"actions": [
{
"actionType": "navigate",
"id": "917f5d40-2011-4fe5-9ef6-136d6bfaea35",
"url": "https://clubset.com/profile/search?fname=${firstName}&lname=${lastName}&state=${state|upcase}&city=${city|capitalize}&fage=${age|ageRange}",
"ageRange": [
"18-30",
"31-40",
"41-50",
"51-60",
"61-70",
"71-80",
"81+"
]
},
{
"actionType": "extract",
"id": "06e37215-ef34-4971-bf86-e5a03dfe46e8",
"selector": ".card",
"profile": {
"name": {
"selector": ".card-title",
"beforeText": " ~"
},
"alternativeNamesList": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Known as:']]/dd/ul[@class='list-inline m-0']/li",
"findElements": true
},
"age": {
"beforeText": "years old",
"selector": ".card-title",
"afterText": " ~"
},
"addressCityState": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Has lived in:']]/dd/ul[@class='list-inline m-0']/li",
"findElements": true
},
"relativesList": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Related to:']]/dd/ul[@class='list-inline m-0']/li",
"beforeText": ",",
"findElements": true
},
"profileUrl": {
"selector": "a"
}
}
}
]
},
{
"stepType": "optOut",
"optOutType": "parentSiteOptOut",
"actions": []
}
],
"schedulingConfig": {
"retryError": 48,
"confirmOptOutScan": 72,
"maintenanceScan": 240
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"name": "councilon.com",
"version": "0.1.1",
"parent": "verecor.com",
"addedDatetime": 1702965600000,
"steps": [
{
"stepType": "scan",
"scanType": "templatedUrl",
"actions": [
{
"actionType": "navigate",
"id": "295418e5-e1da-43b4-af50-75576ca4f843",
"url": "https://councilon.com/profile/search?fname=${firstName}&lname=${lastName}&state=${state}&city=${city}&fage=${age}",
"ageRange": [
"18-30",
"31-40",
"41-50",
"51-60",
"61-70",
"71-80",
"81+"
]
},
{
"actionType": "extract",
"id": "eead1b72-7d6b-4cdc-988d-5ea66eb398f1",
"selector": ".card",
"profile": {
"name": {
"selector": ".card-title",
"beforeText": " ~"
},
"alternativeNamesList": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Known as:']]/dd/ul[@class='list-inline m-0']/li",
"findElements": true
},
"age": {
"beforeText": "years old",
"selector": ".card-title",
"afterText": " ~"
},
"addressCityStateList": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Has lived in:']]/dd/ul[@class='list-inline m-0']/li",
"findElements": true
},
"relativesList": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Related to:']]/dd/ul[@class='list-inline m-0']/li",
"beforeText": ",",
"findElements": true
},
"profileUrl": {
"selector": "a"
}
}
}
]
},
{
"stepType": "optOut",
"optOutType": "parentSiteOptOut",
"actions": []
}
],
"schedulingConfig": {
"retryError": 48,
"confirmOptOutScan": 72,
"maintenanceScan": 240
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"name": "curadvisor.com",
"version": "0.1.1",
"parent": "verecor.com",
"addedDatetime": 1677736800000,
"steps": [
{
"stepType": "scan",
"scanType": "templatedUrl",
"actions": [
{
"actionType": "navigate",
"id": "bdb69f52-8ece-4d65-9b78-543fef0e90ae",
"url": "https://curadvisor.com/profile/search?fname=${firstName}&lname=${lastName}&state=${state}&city=${city}&fage=${age|ageRange}",
"ageRange": [
"18-30",
"31-40",
"41-50",
"51-60",
"61-70",
"71-80",
"81+"
]
},
{
"actionType": "extract",
"id": "3b9bc992-ecc0-4dc5-b716-fcea021cbcdb",
"selector": ".card",
"profile": {
"name": {
"selector": ".card-title",
"beforeText": " ~"
},
"alternativeNamesList": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Known as:']]/dd/ul[@class='list-inline m-0']/li",
"findElements": true
},
"age": {
"beforeText": "years old",
"selector": ".card-title",
"afterText": " ~"
},
"addressCityState": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Has lived in:']]/dd/ul[@class='list-inline m-0']/li",
"findElements": true
},
"relativesList": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Related to:']]/dd/ul[@class='list-inline m-0']/li",
"beforeText": ",",
"findElements": true
},
"profileUrl": {
"selector": "a"
}
}
}
]
},
{
"stepType": "optOut",
"optOutType": "parentSiteOptOut",
"actions": []
}
],
"schedulingConfig": {
"retryError": 48,
"confirmOptOutScan": 72,
"maintenanceScan": 240
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"name": "kwold.com",
"version": "0.1.1",
"parent": "verecor.com",
"addedDatetime": 1702965600000,
"steps": [
{
"stepType": "scan",
"scanType": "templatedUrl",
"actions": [
{
"actionType": "navigate",
"id": "47152fc1-79d5-4bcc-b930-6b5cdc66e972",
"url": "https://kwold.com/profile/search?fname=${firstName}&lname=${lastName}&state=${state}&city=${city}&fage=${age}",
"ageRange": [
"18-30",
"31-40",
"41-50",
"51-60",
"61-70",
"71-80",
"81+"
]
},
{
"actionType": "extract",
"id": "50507ab4-2e75-4f1d-af23-9725b9955bc3",
"selector": ".card",
"profile": {
"name": {
"selector": ".card-title",
"beforeText": " ~"
},
"alternativeNamesList": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Known as:']]/dd/ul[@class='list-inline m-0']/li",
"findElements": true
},
"age": {
"beforeText": "years old",
"selector": ".card-title",
"afterText": " ~"
},
"addressCityStateList": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Has lived in:']]/dd/ul[@class='list-inline m-0']/li",
"findElements": true
},
"relativesList": {
"selector": ".//div[@class='card-body']/dl[dt[text()='Related to:']]/dd/ul[@class='list-inline m-0']/li",
"beforeText": ",",
"findElements": true
},
"profileUrl": {
"selector": "a"
}
}
}
]
},
{
"stepType": "optOut",
"optOutType": "parentSiteOptOut",
"actions": []
}
],
"schedulingConfig": {
"retryError": 48,
"confirmOptOutScan": 72,
"maintenanceScan": 240
}
}
Loading
Loading