Ticket #1357 (new enhancement)
Record / playback for fileupload
| Reported by: | Jani Laakso | Owned by: | Jani Laakso |
|---|---|---|---|
| Priority: | undefined | Milestone: | Testing Tools Backlog |
| Component: | Testing Tools | Version: | |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | 2 | Deadline (dd.mm.yyyy): | |
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | yes | Contract: | |
Description
See #1356
Using own profile (user.js) with
//
// Unlimited access for javascript
//
user_pref("capability.principal.codebase.p0.granted", "UniversalPreferencesWrite UniversalXPConnect UniversalBrowserWrite UniversalPreferencesRead UniversalFileRead UniversalBrowserRead CapabilityPreferencesAccess");
user_pref("capability.principal.codebase.p0.id", "*");
user_pref("capability.principal.codebase.p0.subjectName", "");
gives us full access to browser without any js security limits..
NOTE: This ticket does not involve how profile is installed, see #1356 for that..
Change History
Note: See
TracTickets for help on using
tickets.
