Skip to content

Commit 461b589

Browse files
authored
Merge branch 'main' into fix/DEVA11Y-479-block-file-scheme
2 parents b637a5d + 543f5bd commit 461b589

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ let package = Package(
1919
),
2020
permissions: [
2121
.allowNetworkConnections(
22-
// scope: .all(ports: []),
23-
scope: .all(),
22+
scope: .all(ports: [80, 443]),
2423
reason: "Please allow network connection permission to authenticate and run accessibility rules."
2524
),
2625
.writeToPackageDirectory(reason: "Please allow writing to package directory for logging.")

0 commit comments

Comments
 (0)