File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
These files are under the MPL 2, as below. However, please note that you
2
2
are not granted any trademark rights or licenses to the trademarks of the
3
- Mozilla Foundation or any party, including without limitation the
4
- Firefox name or logo.
3
+ Eclipse Community or any party, including without limitation the
4
+ r3dfox name or logo.
5
5
6
6
For more information, see: https://www.mozilla.org/foundation/licensing/
7
7
Original file line number Diff line number Diff line change @@ -789,11 +789,11 @@ void nsHttpHandler::BuildUserAgent() {
789
789
mUserAgent += mProductSub ;
790
790
791
791
bool isFirefox = mAppName .EqualsLiteral (" Firefox" );
792
- if (isFirefox || mCompatFirefoxEnabled ) {
792
+
793
793
// "Firefox/x.y" (compatibility) app token
794
794
mUserAgent += ' ' ;
795
795
mUserAgent += mCompatFirefox ;
796
- }
796
+
797
797
if (!isFirefox) {
798
798
// App portion
799
799
mUserAgent += ' ' ;
You can’t perform that action at this time.
0 commit comments