Skip to content

Commit 0e3403a

Browse files
committed
chore: delete next
1 parent 100c146 commit 0e3403a

6 files changed

Lines changed: 2 additions & 111 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,4 @@ updates:
1515
- package-ecosystem: "npm"
1616
directory: "/web"
1717
schedule:
18-
interval: "daily"
19-
- package-ecosystem: "github-actions"
20-
directory: "/"
21-
schedule:
22-
interval: "daily"
23-
target-branch: "next"
24-
- package-ecosystem: "docker"
25-
directory: "/web"
26-
schedule:
27-
interval: "daily"
28-
target-branch: "next"
29-
- package-ecosystem: "npm"
30-
directory: "/web"
31-
schedule:
32-
interval: "daily"
33-
target-branch: "next"
18+
interval: "daily"

.github/workflows/web-browserslist-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
update-browserslist:
1919
strategy:
2020
matrix:
21-
branch: [main, next]
21+
branch: [main]
2222
runs-on: ubuntu-latest
2323
defaults:
2424
run:

.github/workflows/web-shadcn-updater.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

infra/cloudflare-workers/filterlists-api-host-rewrite-worker.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ function handleOptions(request) {
3838
// Allow CORS from filterlists.com domains and localhost
3939
const allowedOrigins = [
4040
"https://filterlists.com",
41-
"https://next.filterlists.com",
4241
"http://localhost:3000",
4342
];
4443

@@ -71,7 +70,6 @@ function addCorsHeaders(response, request) {
7170
// Allow CORS from filterlists.com domains and localhost
7271
const allowedOrigins = [
7372
"https://filterlists.com",
74-
"https://next.filterlists.com",
7573
"http://localhost:3000",
7674
];
7775

infra/cloudflare-workers/filterlists-next-host-rewrite-worker.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

services/Directory/FilterLists.Directory.Api/appsettings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"Cors": {
1010
"AllowedOrigins": [
1111
"https://filterlists.com",
12-
"https://next.filterlists.com",
1312
"http://localhost:3000"
1413
],
1514
"StagingOriginPatterns": {

0 commit comments

Comments
 (0)