Skip to content

Commit

Permalink
add new id to origin list
Browse files Browse the repository at this point in the history
  • Loading branch information
lesyeuxdechris committed Feb 13, 2025
1 parent 9977e1a commit b7d3489
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,20 @@
"config": {
"forge": {
"packagerConfig": {
"icon": "lib/icons/icon.icns"
"icon": "lib/icons/icon.icns",
"name": "ClubPenguinAtake",
"platform": {
"linux": {
"name": "ClubPenguinAtake"
}
}
},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "clubpenguinatake",
"productName": "Club Penguin Atake App",
"authors": "Fullmoon",
"loadingGif": "./src/assets/default-splash.gif",
"setupIcon": "./lib/icons/icon.ico"
Expand All @@ -49,8 +56,8 @@
{
"name": "@electron-forge/maker-flatpak",
"config": {
"genericName": "ClubPenguinAtakeApp",
"productName": "ClubPenguinAtakeApp",
"genericName": "ClubPenguinAtake",
"productName": "ClubPenguinAtake",
"categories": [
"Game"
],
Expand Down Expand Up @@ -97,7 +104,10 @@
}
],
"appId": "pl.moonlightstudios.cpatakeapp",
"productName": "ClubPenguinAtakeApp",
"productName": "Club Penguin Atake App",
"linux": {
"productName": "ClubPenguinAtake"
},
"copyright": "Copyright © 2025 ${author}",
"mac": {
"icon": "./lib/icons/icon.icns",
Expand Down
11 changes: 6 additions & 5 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ const ALLOWED_ORIGINS = [
"https://ep.cpatake.boo",
"https://pc.cpatake.boo",
"https://pc3.cpatake.boo",
"https://tv.cpatake.boo", // tv host
"https://l.tv.cpatake.boo", // tv link redirector
"https://tv.cpatake.boo",
"https://l.tv.cpatake.boo",
"https://www.cpatake.boo",
"https://cpatake.boo",
"https://www.fullmoon.dev",
"https://support.fullmoon.dev", // defunct
"https://status.fullmoon.dev", // defunct
"https://link.fullmoon.dev", // defunct
"https://support.fullmoon.dev",
"https://status.fullmoon.dev",
"https://link.fullmoon.dev",
"https://g.live.net.co",
"https://www.live.net.co",
"https://id.live.net.co",
"https://labs.cpatake.boo"
];

Expand Down

0 comments on commit b7d3489

Please sign in to comment.