Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Philipe Gil
package-helpers
Commits
40d89333
Commit
40d89333
authored
6 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
Abrowser: disabled security.ssl3.rsa_des_ede3_sha, closes #24899
parent
d8359a66
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/firefox/settings.js
+1
-0
1 addition, 0 deletions
helpers/DATA/firefox/settings.js
helpers/make-firefox
+1
-1
1 addition, 1 deletion
helpers/make-firefox
with
2 additions
and
1 deletion
helpers/DATA/firefox/settings.js
+
1
−
0
View file @
40d89333
...
...
@@ -208,6 +208,7 @@ pref("security.ssl3.dhe_rsa_aes_128_sha", false);
pref
(
"
security.ssl3.dhe_rsa_aes_256_sha
"
,
false
);
pref
(
"
security.ssl3.dhe_dss_aes_128_sha
"
,
false
);
pref
(
"
security.ssl3.dhe_rsa_des_ede3_sha
"
,
false
);
pref
(
"
security.ssl3.rsa_des_ede3_sha
"
,
false
);
// Disable Pocket integration
pref
(
"
browser.pocket.enabled
"
,
false
);
...
...
This diff is collapsed.
Click to expand it.
helpers/make-firefox
+
1
−
1
View file @
40d89333
...
...
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
59
VERSION
=
60
.
./config
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment