1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

Fixed autofill for HTTPS.

Added dummy API endpoint for autofill POST requests.

Autofill also reads the CSRF token from cookies and doesn't require an 'about:blank' anymore on the forms.
This commit is contained in:
Gunther Brunner 2015-01-06 18:35:23 +09:00
parent 3e2628b235
commit 91b1861d8d
8 changed files with 46 additions and 14 deletions

View file

@ -57,6 +57,7 @@ module.exports = {
{ test: /\.jade$/, loader: 'template-html-loader' },
{ test: /\.html$/, loader: 'html-loader' },
{ test: /angular\.js$/, loader: 'exports?angular'},
{ test: /angular-cookies\.js$/, loader: 'imports?angular=angular'},
{ test: /angular-route\.js$/, loader: 'imports?angular=angular'},
{ test: /angular-touch\.js$/, loader: 'imports?angular=angular'},
{ test: /angular-animate\.js$/, loader: 'imports?angular=angular'},