Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
IRMA
Github mirrors
angrygames
Commits
e4a25d57
Commit
e4a25d57
authored
Nov 19, 2020
by
Sietse Ringers
Committed by
Ivar Derksen
Nov 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace pbdf domain in IRMA QR with angrygames.nl
parent
16ffab8a
Pipeline
#46823
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
js/main.js
js/main.js
+8
-0
No files found.
js/main.js
View file @
e4a25d57
...
...
@@ -106,6 +106,14 @@
start
:
{
url
:
o
=>
`start_session.php?type=`
+
sessionStorage
.
getItem
(
'
minage
'
)
+
'
plus
'
,
},
mapping
:
{
sessionPtr
:
pkg
=>
{
return
{
irmaqr
:
pkg
.
sessionPtr
.
irmaqr
,
u
:
pkg
.
sessionPtr
.
u
.
replace
(
/https:
\/\/(
staging
\.)?
privacybydesign
\.
foundation/
,
"
https://$1angrygames.nl
"
)
};
},
},
result
:
{
url
:
(
o
,
{
sessionPtr
,
sessionToken
})
=>
`
${
sessionPtr
.
u
.
split
(
'
/irma
'
)[
0
]}
/session/
${
sessionToken
}
/result`
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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