mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 14:55:21 +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:
@@ -1,4 +1,6 @@
|
||||
module.exports = angular.module('stf.enable-autofill', [
|
||||
require('angular-cookies')
|
||||
|
||||
module.exports = angular.module('stf.enable-autofill', [
|
||||
'ngCookies'
|
||||
])
|
||||
.directive('enableAutofill', require('./enable-autofill-directive'))
|
||||
|
||||
Reference in New Issue
Block a user