Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
4d41feb0
Commit
4d41feb0
authored
Feb 25, 2019
by
Sietse Ringers
Browse files
Disable ForceHttps until it can conveniently be toggled
parent
d883a3e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
messages.go
View file @
4d41feb0
...
...
@@ -18,7 +18,8 @@ import (
// Status encodes the status of an IRMA session (e.g., connected).
type
Status
string
var
ForceHttps
bool
=
true
// disabled until we offer a convenient way to toggle this in irma_mobile
var
ForceHttps
bool
=
false
const
(
MinVersionHeader
=
"X-IRMA-MinProtocolVersion"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment