Freya
Freya
These are the contents: ``` @prefix : . @prefix n0: . @prefix c: . @prefix n1: . :ControlReadWrite a n0:Authorization; n0:accessTo ; n0:agent c:me; n0:mode n0:Control, n0:Read, n0:Write. :Read a...
The app is running on localhost. I am getting this warning in the console, but up until now it hasn't given us any problems (and it doesn't seem like my...
This was indeed the problem! I thought our app already asked for these permissions in the very beginning, but it seems like I might've been mistaken. Should this be automated...
Okay, I guess I will need to take a look at this then. Thank you very much!