mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging req on undefined req.hostname, added exceptions to qmining auth, login screen autofocus input
This commit is contained in:
@@ -16,6 +16,8 @@ module.exports = function (options) {
|
|||||||
hostname = req.hostname.replace('www.', '').split('.')[0]
|
hostname = req.hostname.replace('www.', '').split('.')[0]
|
||||||
} else {
|
} else {
|
||||||
logger.Log('Hostname is undefined!', logger.GetColor('redbg'))
|
logger.Log('Hostname is undefined!', logger.GetColor('redbg'))
|
||||||
|
console.log(req.body)
|
||||||
|
console.log(req.query)
|
||||||
}
|
}
|
||||||
|
|
||||||
// fixme: regexp includes checking
|
// fixme: regexp includes checking
|
||||||
|
Submodule modules/qmining/qmining-page updated: 98ec8c4a89...e93c320ee3
@@ -59,6 +59,8 @@ function GetApp () {
|
|||||||
jsonResponse: false,
|
jsonResponse: false,
|
||||||
exceptions: [
|
exceptions: [
|
||||||
'/thanks',
|
'/thanks',
|
||||||
|
'/thanks.html',
|
||||||
|
'/img/thanks.gif',
|
||||||
'/install',
|
'/install',
|
||||||
'/favicon.ico',
|
'/favicon.ico',
|
||||||
'/getVeteranPw',
|
'/getVeteranPw',
|
||||||
|
Submodule qminingPublic/moodle-test-userscript updated: f8d4bf2a41...2c815c8d20
@@ -101,7 +101,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id='form'>
|
<div id='form'>
|
||||||
<div class='inputContainer'>
|
<div class='inputContainer'>
|
||||||
<input type='text' id='pw' name='pw' autocomplete="off"/>
|
<input type='text' id='pw' name='pw' autocomplete="off" autofocus/>
|
||||||
<input type='hidden' id='cid' name='pw' autocomplete="off"/>
|
<input type='hidden' id='cid' name='pw' autocomplete="off"/>
|
||||||
</div>
|
</div>
|
||||||
<div class='ircLinkContainer' >
|
<div class='ircLinkContainer' >
|
||||||
|
Reference in New Issue
Block a user