mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-19 21:05:15 +00:00
* Several tests and fixes. * Harden safe_return_url to reject URLs containing colons Adds an extra guard in safe_return_url to reject paths containing ':' characters, preventing edge-case scheme-like redirects (e.g. /javascript:...). Addresses CodeQL URL redirection warning. * Oops!
19 lines
333 B
JSON
19 lines
333 B
JSON
{
|
|
"all": {
|
|
"sourceCodeDir": "app/javascript",
|
|
"watchAdditionalPaths": []
|
|
},
|
|
"development": {
|
|
"autoBuild": true,
|
|
"publicOutputDir": "vite-dev",
|
|
"port": 3036
|
|
},
|
|
"test": {
|
|
"autoBuild": false,
|
|
"publicOutputDir": "vite-test",
|
|
"port": 3037
|
|
},
|
|
"production": {
|
|
"ssrBuildEnabled": true
|
|
}
|
|
}
|