-
**Is your feature request related to a problem? Please describe.**
I use the access list feature to restrict access to a subdomain to devices from my home network. Since my ISP does not assign …
-
Currently, anyone with a `guardian.co.uk` google login can access the `admin` app [^1][^2].
Given that the `admin` app exposes features and settings which can have unintended consequences, it might…
-
Browsing of repo's exposed usernames (Uploader) and IP Addresses in the object's summary.
This information is publicly displayed to everyone, including unauthenticated users. And there is no way to…
-
**Is your feature request related to a problem? Please describe.**
The Data Sources feature is great, however, it currently doesn't seem to be possible to control an individual user's access to dat…
-
Right now I see no way to embed videos securely.
We are running a website where its content (videos) is reachable only after authentication. We would like to embed videos from NextCloud there, but …
-
**### Title: Add User Authentication and Authorization**
**Description:**
The current implementation of the online exam preparation portal allows users to take exams and view their scores. Howev…
-
Reproducer
```c
// test.c
#include
int x;
__attribute__((noinline))
int test(int * restrict ptr) {
*ptr = 1;
if (ptr == &x) {
*ptr = 2;
}
return *ptr;
}
int…
-
Hello,
I just upgrade MLAPI in develop and I have a bunch of error that need to be fixing.
I create custom NetworkVariable so that client can also write. I need to determine that only client tha…
-
### Description
Until now, we can only change default username and password, restrict the source IP to access the Apache APISIX Dashboard. Can we support 2FA to make this more secure?
-
I'd like to run journalctl-proxy on a publicly accessible server, but would like to restrict access to the listing of available services to "non-sensitive" services. Specifically, I am interested in …