You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running version 4.5.8 on GrapheneOS
The app tries executing code from memory
This is a concern: why does it need to run code from memory?
Where is the code downloaded from?
I don't know what triggers this. But the code is not "downloaded" from the internet. You can verify this by taking away Network access from the application: the DCL via memory warning will be shown regardless. It might be due to the Javascript interpreter that is part of QML doing JIT, but I am just guessing.
AFAICT you can disable DCL via memory, and the app still runs normally. Please correct me if you see otherwise.
Indeed, the DCL via memory warning will be shown regardless of the network permission being denied
the app runs normally even when DCL via memory is denied
I am running version 4.5.8 on GrapheneOS
The app tries executing code from memory
This is a concern: why does it need to run code from memory?
Where is the code downloaded from?
The text was updated successfully, but these errors were encountered: