-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Description
New branding option like enforce_secure_connection (boolean):
true: http traffic not allowed, just httpsfalse: http traffic allowed
In case http is not allowed and URL under http is typed, a correct error will be shown like non-secured traffic not allowed
Only checked in login view, not dynamic (at least in first iteration)
Default value: false (traffic allowed in vanilla app)
Reference: https://github.com/owncloud/enterprise/issues/5769
TASKS
- Research (if needed)
- Create branch feature/feature_name
- Development tasks
- Implement whatever
- ...
- Code review and apply changes requested
- Design test plan
- QA
- Merge branch feature/feature_name into master
PR
- App
- Library (if needed)