I have a router that I am not allowed to log into.
In my browser console I get the following errors:
login:55 Refused to execute inline script because it violates the following Content Security Policy directive: “script-src ‘wasm-unsafe-eval’ https://cdn.jsdelivr.net/ ‘sha256-LV+4Blj3LIWsLHvvq37tdHwBQpq6ZOI+wHw3XeGsJzM=’ ‘self’ ‘sha256-8yE2w7Bv8/Il8SvtEkB35j3QNRei9CKtdX8HgqblU04=’ ‘sha256-Pv4HyWUIdh/mQalp8JMzRdM1eTkfzYhRRnW/9m4pzQ8=’ blob:”. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-/83V68bpILlL4sGTUJ9oviiw3La/Bskmmf83WaWOw9I=’), or a nonce (‘nonce-…’) is required to enable inline execution.
From RMS connection log I get:
Event | Status code | Created at |
---|---|---|
Closed authentication prematurely. | 101 | 2024-11-05 07:36:05 |
Device has successfully logged in. | 0 | 2024-11-05 07:36:05 |
Closed authentication prematurely. | 101 | 2024-11-05 07:35:56 |
Authentication was success. Waiting for reconnection… | 105 | 2024-11-05 07:35:56 |
Closed authentication prematurely. | 101 | 2024-11-05 07:35:38 |
Device has successfully logged in. | 0 | 2024-11-05 07:18:26 |
When I try to log in, I get the following response:
{“success”:true,“data”:{“username”:“admin”,“expires”:299}}
But is not changing the page - it is still on the login page.
What is the problem?