pinokiod 3.58.0 → 3.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/server/index.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.58.0",
3
+ "version": "3.59.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/server/index.js CHANGED
@@ -2946,6 +2946,7 @@ class Server {
2946
2946
 
2947
2947
  this.app.use((req, res, next) => {
2948
2948
  const userAgent = req.get('User-Agent') || '';
2949
+ console.log("userAgent", userAgent)
2949
2950
  if (userAgent.includes("Pinokio")) {
2950
2951
  req.agent = "electron"
2951
2952
  } else {