mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +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:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user