mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Issue #2578 - Part 3: Expose CORS and CORS bypass preflight requests preferences.
This commit is contained in:
parent
2d60c54926
commit
290489edda
1 changed files with 6 additions and 0 deletions
|
|
@ -1222,6 +1222,12 @@ pref("dom.cycle_collector.incremental", false);
|
|||
pref("content.sink.pending_event_mode", 0);
|
||||
#endif
|
||||
|
||||
// Is support for CORS enabled?
|
||||
pref("content.cors.disable", false);
|
||||
|
||||
// Should preflight requests be bypassed when CORS is disabled?
|
||||
pref("content.cors.bypass_preflight_request", false);
|
||||
|
||||
// Disable popups from plugins by default
|
||||
// 0 = openAllowed
|
||||
// 1 = openControlled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue