Skip to content

Commit

Permalink
Add proxyDomain and onNotificationProxyUrl settings to configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Prioq committed Nov 9, 2024
1 parent eb22d4c commit 1f4c290
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"show_deprecation_warnings": true,
"show_deprecation_warnings_desc": "Prints console warnings for functions that are being polyfilled by newer methods due to upstream Roblox API changes",
"proxyDomain": null,

"session_only": true,
"session_only_desc": "Minimizes data usage and speed up requests by only saving session cookies, disable if you need other cookies to be saved as well.",
Expand All @@ -21,7 +22,8 @@
"onJoinRequest": 10000,
"onShout": 10000,
"onBlurbChange": 10000,
"onGroupTransaction": 60000
"onGroupTransaction": 60000,
"onNotificationProxyUrl": null
},

"thumbnail": {
Expand Down

0 comments on commit 1f4c290

Please sign in to comment.