]> git.p6c8.net - jirafeau_project.git/commit
[FEATURE] Installer: Remove (unknown) form target URL
authorDan Untenzu <untenzu@webit.de>
Wed, 18 Jan 2017 18:00:44 +0000 (19:00 +0100)
committerJerome Jutteau <jerome.jutteau@outscale.com>
Thu, 23 Feb 2017 17:34:19 +0000 (18:34 +0100)
commit50f88df47f6d5b3cb5dc20fb2e9d3022862adbcf
tree10a51d0c4e250eb1a6206d152a8f19d84da0e776
parentc147db2590b6add287eac571b1ce751be734b2ea
[FEATURE] Installer: Remove (unknown) form target URL

The domain on which Jirafeau is running, is not yet
defined while installing the project. In order to build valid
action links for the form, the script generated a possible URL
using the request header. This method may fail for proxies
or while using HTTPS or due to spoofing or…

In HTML5 we can safely omnit the action attribute (see
http://stackoverflow.com/a/9678030), which will cause the browser
to send the request to the exact same URL again.

This way we can avoid the URL guessing during the installation.

Refs #79
install.php

patrick-canterino.de