This commit is contained in:
Phil Ringnalda 2014-10-05 09:57:42 -07:00
Родитель 95b06dbbb4 9764e19e06
Коммит 7b91c2dbd8
49 изменённых файлов: 1974 добавлений и 265 удалений

Просмотреть файл

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<blocklist xmlns="http://www.mozilla.org/2006/addons-blocklist" lastupdate="1409700581000">
<blocklist xmlns="http://www.mozilla.org/2006/addons-blocklist" lastupdate="1412277891000">
<emItems>
<emItem blockID="i454" id="sqlmoz@facebook.com">
<versionRange minVersion="0" maxVersion="*" severity="3">
@ -217,6 +217,12 @@
</versionRange>
<prefs>
</prefs>
</emItem>
<emItem blockID="i710" id="{e0352044-1439-48ba-99b6-b05ed1a4d2de}">
<versionRange minVersion="0" maxVersion="*" severity="3">
</versionRange>
<prefs>
</prefs>
</emItem>
<emItem blockID="i40" id="{28387537-e3f9-4ed7-860c-11e69af4a8a0}">
<versionRange minVersion="0.1" maxVersion="4.3.1.00" severity="1">
@ -282,6 +288,12 @@
<pref>browser.startup.homepage</pref>
<pref>browser.search.defaultenginename</pref>
</prefs>
</emItem>
<emItem blockID="i8" id="{B13721C7-F507-4982-B2E5-502A71474FED}">
<versionRange minVersion=" " severity="1">
</versionRange>
<prefs>
</prefs>
</emItem>
<emItem blockID="i7" id="{2224e955-00e9-4613-a844-ce69fccaae91}">
<prefs>
@ -478,6 +490,12 @@
</versionRange>
<prefs>
</prefs>
</emItem>
<emItem blockID="i716" id="{cc6cc772-f121-49e0-b1f0-c26583cb0c5e}">
<versionRange minVersion="0" maxVersion="*" severity="3">
</versionRange>
<prefs>
</prefs>
</emItem>
<emItem blockID="i136" id="Adobe@flash.com">
<versionRange minVersion="0" maxVersion="*" severity="1">
@ -574,6 +592,14 @@
</versionRange>
<prefs>
</prefs>
</emItem>
<emItem blockID="i628" id="ffxtlbr@iminent.com">
<versionRange minVersion="0" maxVersion="*" severity="1">
</versionRange>
<prefs>
<pref>browser.startup.homepage</pref>
<pref>browser.search.defaultenginename</pref>
</prefs>
</emItem>
<emItem blockID="i449" id="gystqfr@ylgga.com">
<versionRange minVersion="0" maxVersion="*" severity="1">
@ -635,12 +661,11 @@
<prefs>
</prefs>
</emItem>
<emItem blockID="i628" id="ffxtlbr@iminent.com">
<emItem blockID="i720" id="FXqG@xeeR.net">
<versionRange minVersion="0" maxVersion="*" severity="1">
</versionRange>
<prefs>
<pref>browser.startup.homepage</pref>
<pref>browser.search.defaultenginename</pref>
</prefs>
</emItem>
<emItem blockID="i228" id="crossriderapp5060@crossrider.com">
@ -802,8 +827,8 @@
<prefs>
</prefs>
</emItem>
<emItem blockID="i8" id="{B13721C7-F507-4982-B2E5-502A71474FED}">
<versionRange minVersion=" " severity="1">
<emItem blockID="i106" os="WINNT" id="{97E22097-9A2F-45b1-8DAF-36AD648C7EF4}">
<versionRange minVersion="0" maxVersion="15.0.5" severity="1">
</versionRange>
<prefs>
</prefs>
@ -933,6 +958,13 @@
</versionRange>
<prefs>
</prefs>
</emItem>
<emItem blockID="i718" id="G4Ce4@w.net">
<versionRange minVersion="0" maxVersion="*" severity="1">
</versionRange>
<prefs>
<pref>browser.startup.homepage</pref>
</prefs>
</emItem>
<emItem blockID="i13" id="{E8E88AB0-7182-11DF-904E-6045E0D72085}">
<prefs>
@ -1448,8 +1480,8 @@
<prefs>
</prefs>
</emItem>
<emItem blockID="i106" os="WINNT" id="{97E22097-9A2F-45b1-8DAF-36AD648C7EF4}">
<versionRange minVersion="0" maxVersion="15.0.5" severity="1">
<emItem blockID="i714" id="{25dd52dc-89a8-469d-9e8f-8d483095d1e8}">
<versionRange minVersion="0" maxVersion="*" severity="3">
</versionRange>
<prefs>
</prefs>
@ -1929,6 +1961,12 @@
</versionRange>
<prefs>
</prefs>
</emItem>
<emItem blockID="i712" id="{a2bfe612-4cf5-48ea-907c-f3fb25bc9d6b}">
<versionRange minVersion="0" maxVersion="*" severity="3">
</versionRange>
<prefs>
</prefs>
</emItem>
<emItem blockID="i96" id="youtubeee@youtuber3.com">
<versionRange minVersion="0" maxVersion="*">

Просмотреть файл

@ -33,6 +33,7 @@
<script type="text/javascript" src="loop/shared/js/actions.js"></script>
<script type="text/javascript" src="loop/shared/js/validate.js"></script>
<script type="text/javascript" src="loop/shared/js/dispatcher.js"></script>
<script type="text/javascript" src="loop/shared/js/otSdkDriver.js"></script>
<script type="text/javascript" src="loop/shared/js/conversationStore.js"></script>
<script type="text/javascript" src="loop/js/conversationViews.js"></script>
<script type="text/javascript" src="loop/shared/js/websocket.js"></script>

Просмотреть файл

@ -227,6 +227,8 @@ loop.Client = (function($) {
* @param {Function} cb Callback(err, result)
*/
setupOutgoingCall: function(calleeIds, callType, cb) {
// For direct calls, we only ever use the logged-in session. Direct
// calls by guests aren't valid.
this.mozLoop.hawkRequest(this.mozLoop.LOOP_SESSION_TYPE.FXA,
"/calls", "POST", {
calleeId: calleeIds,

Просмотреть файл

@ -17,6 +17,29 @@ loop.contacts = (function(_, mozL10n) {
// Number of contacts to add to the list at the same time.
const CONTACTS_CHUNK_SIZE = 100;
// At least this number of contacts should be present for the filter to appear.
const MIN_CONTACTS_FOR_FILTERING = 7;
let getContactNames = function(contact) {
// The model currently does not enforce a name to be present, but we're
// going to assume it is awaiting more advanced validation of required fields
// by the model. (See bug 1069918)
// NOTE: this method of finding a firstname and lastname is not i18n-proof.
let names = contact.name[0].split(" ");
return {
firstName: names.shift(),
lastName: names.join(" ")
};
};
let getPreferredEmail = function(contact) {
// A contact may not contain email addresses, but only a phone number.
if (!contact.email || contact.email.length == 0) {
return { value: "" };
}
return contact.email.find(e => e.pref) || contact.email[0];
};
const ContactDropdown = React.createClass({displayName: 'ContactDropdown',
propTypes: {
handleAction: React.PropTypes.func.isRequired,
@ -137,7 +160,7 @@ loop.contacts = (function(_, mozL10n) {
return (
currContact.name[0] !== nextContact.name[0] ||
currContact.blocked !== nextContact.blocked ||
this.getPreferredEmail(currContact).value !== this.getPreferredEmail(nextContact).value
getPreferredEmail(currContact).value !== getPreferredEmail(nextContact).value
);
},
@ -147,34 +170,6 @@ loop.contacts = (function(_, mozL10n) {
}
},
getContactNames: function() {
// The model currently does not enforce a name to be present, but we're
// going to assume it is awaiting more advanced validation of required fields
// by the model. (See bug 1069918)
// NOTE: this method of finding a firstname and lastname is not i18n-proof.
let names = this.props.contact.name[0].split(" ");
return {
firstName: names.shift(),
lastName: names.join(" ")
};
},
getPreferredEmail: function(contact = this.props.contact) {
let email;
// A contact may not contain email addresses, but only a phone number instead.
if (contact.email) {
email = contact.email[0];
contact.email.some(function(address) {
if (address.pref) {
email = address;
return true;
}
return false;
});
}
return email || { value: "" };
},
canEdit: function() {
// We cannot modify imported contacts. For the moment, the check for
// determining whether the contact is imported is based on its category.
@ -182,8 +177,8 @@ loop.contacts = (function(_, mozL10n) {
},
render: function() {
let names = this.getContactNames();
let email = this.getPreferredEmail();
let names = getContactNames(this.props.contact);
let email = getPreferredEmail(this.props.contact);
let cx = React.addons.classSet;
let contactCSSClass = cx({
contact: true,
@ -218,10 +213,13 @@ loop.contacts = (function(_, mozL10n) {
});
const ContactsList = React.createClass({displayName: 'ContactsList',
mixins: [React.addons.LinkedStateMixin],
getInitialState: function() {
return {
contacts: {},
importBusy: false
importBusy: false,
filter: "",
};
},
@ -344,6 +342,24 @@ loop.contacts = (function(_, mozL10n) {
return contact.blocked ? "blocked" : "available";
});
let showFilter = Object.getOwnPropertyNames(this.state.contacts).length >=
MIN_CONTACTS_FOR_FILTERING;
if (showFilter) {
let filter = this.state.filter.trim().toLocaleLowerCase();
if (filter) {
let filterFn = contact => {
return contact.name[0].toLocaleLowerCase().contains(filter) ||
getPreferredEmail(contact).value.toLocaleLowerCase().contains(filter);
};
if (shownContacts.available) {
shownContacts.available = shownContacts.available.filter(filterFn);
}
if (shownContacts.blocked) {
shownContacts.blocked = shownContacts.blocked.filter(filterFn);
}
}
}
// TODO: bug 1076767 - add a spinner whilst importing contacts.
return (
React.DOM.div(null,
@ -356,13 +372,18 @@ loop.contacts = (function(_, mozL10n) {
onClick: this.handleImportButtonClick}),
Button({caption: mozL10n.get("new_contact_button"),
onClick: this.handleAddContactButtonClick})
)
),
showFilter ?
React.DOM.input({className: "contact-filter",
placeholder: mozL10n.get("contacts_search_placesholder"),
valueLink: this.linkState("filter")})
: null
),
React.DOM.ul({className: "contact-list"},
shownContacts.available ?
shownContacts.available.sort(this.sortContacts).map(viewForItem) :
null,
shownContacts.blocked ?
shownContacts.blocked && shownContacts.blocked.length > 0 ?
React.DOM.div({className: "contact-separator"}, mozL10n.get("contacts_blocked_contacts")) :
null,
shownContacts.blocked ?

Просмотреть файл

@ -17,6 +17,29 @@ loop.contacts = (function(_, mozL10n) {
// Number of contacts to add to the list at the same time.
const CONTACTS_CHUNK_SIZE = 100;
// At least this number of contacts should be present for the filter to appear.
const MIN_CONTACTS_FOR_FILTERING = 7;
let getContactNames = function(contact) {
// The model currently does not enforce a name to be present, but we're
// going to assume it is awaiting more advanced validation of required fields
// by the model. (See bug 1069918)
// NOTE: this method of finding a firstname and lastname is not i18n-proof.
let names = contact.name[0].split(" ");
return {
firstName: names.shift(),
lastName: names.join(" ")
};
};
let getPreferredEmail = function(contact) {
// A contact may not contain email addresses, but only a phone number.
if (!contact.email || contact.email.length == 0) {
return { value: "" };
}
return contact.email.find(e => e.pref) || contact.email[0];
};
const ContactDropdown = React.createClass({
propTypes: {
handleAction: React.PropTypes.func.isRequired,
@ -137,7 +160,7 @@ loop.contacts = (function(_, mozL10n) {
return (
currContact.name[0] !== nextContact.name[0] ||
currContact.blocked !== nextContact.blocked ||
this.getPreferredEmail(currContact).value !== this.getPreferredEmail(nextContact).value
getPreferredEmail(currContact).value !== getPreferredEmail(nextContact).value
);
},
@ -147,34 +170,6 @@ loop.contacts = (function(_, mozL10n) {
}
},
getContactNames: function() {
// The model currently does not enforce a name to be present, but we're
// going to assume it is awaiting more advanced validation of required fields
// by the model. (See bug 1069918)
// NOTE: this method of finding a firstname and lastname is not i18n-proof.
let names = this.props.contact.name[0].split(" ");
return {
firstName: names.shift(),
lastName: names.join(" ")
};
},
getPreferredEmail: function(contact = this.props.contact) {
let email;
// A contact may not contain email addresses, but only a phone number instead.
if (contact.email) {
email = contact.email[0];
contact.email.some(function(address) {
if (address.pref) {
email = address;
return true;
}
return false;
});
}
return email || { value: "" };
},
canEdit: function() {
// We cannot modify imported contacts. For the moment, the check for
// determining whether the contact is imported is based on its category.
@ -182,8 +177,8 @@ loop.contacts = (function(_, mozL10n) {
},
render: function() {
let names = this.getContactNames();
let email = this.getPreferredEmail();
let names = getContactNames(this.props.contact);
let email = getPreferredEmail(this.props.contact);
let cx = React.addons.classSet;
let contactCSSClass = cx({
contact: true,
@ -218,10 +213,13 @@ loop.contacts = (function(_, mozL10n) {
});
const ContactsList = React.createClass({
mixins: [React.addons.LinkedStateMixin],
getInitialState: function() {
return {
contacts: {},
importBusy: false
importBusy: false,
filter: "",
};
},
@ -344,6 +342,24 @@ loop.contacts = (function(_, mozL10n) {
return contact.blocked ? "blocked" : "available";
});
let showFilter = Object.getOwnPropertyNames(this.state.contacts).length >=
MIN_CONTACTS_FOR_FILTERING;
if (showFilter) {
let filter = this.state.filter.trim().toLocaleLowerCase();
if (filter) {
let filterFn = contact => {
return contact.name[0].toLocaleLowerCase().contains(filter) ||
getPreferredEmail(contact).value.toLocaleLowerCase().contains(filter);
};
if (shownContacts.available) {
shownContacts.available = shownContacts.available.filter(filterFn);
}
if (shownContacts.blocked) {
shownContacts.blocked = shownContacts.blocked.filter(filterFn);
}
}
}
// TODO: bug 1076767 - add a spinner whilst importing contacts.
return (
<div>
@ -357,12 +373,17 @@ loop.contacts = (function(_, mozL10n) {
<Button caption={mozL10n.get("new_contact_button")}
onClick={this.handleAddContactButtonClick} />
</ButtonGroup>
{showFilter ?
<input className="contact-filter"
placeholder={mozL10n.get("contacts_search_placesholder")}
valueLink={this.linkState("filter")} />
: null }
</div>
<ul className="contact-list">
{shownContacts.available ?
shownContacts.available.sort(this.sortContacts).map(viewForItem) :
null}
{shownContacts.blocked ?
{shownContacts.blocked && shownContacts.blocked.length > 0 ?
<div className="contact-separator">{mozL10n.get("contacts_blocked_contacts")}</div> :
null}
{shownContacts.blocked ?

Просмотреть файл

@ -540,9 +540,15 @@ loop.conversation = (function(mozL10n) {
var dispatcher = new loop.Dispatcher();
var client = new loop.Client();
var sdkDriver = new loop.OTSdkDriver({
dispatcher: dispatcher,
sdk: OT
});
var conversationStore = new loop.store.ConversationStore({}, {
client: client,
dispatcher: dispatcher
dispatcher: dispatcher,
sdkDriver: sdkDriver
});
// XXX For now key this on the pref, but this should really be

Просмотреть файл

@ -540,9 +540,15 @@ loop.conversation = (function(mozL10n) {
var dispatcher = new loop.Dispatcher();
var client = new loop.Client();
var sdkDriver = new loop.OTSdkDriver({
dispatcher: dispatcher,
sdk: OT
});
var conversationStore = new loop.store.ConversationStore({}, {
client: client,
dispatcher: dispatcher
dispatcher: dispatcher,
sdkDriver: sdkDriver
});
// XXX For now key this on the pref, but this should really be

Просмотреть файл

@ -158,6 +158,15 @@ loop.conversationViews = (function(mozL10n) {
*/
window.addEventListener('orientationchange', this.updateVideoContainer);
window.addEventListener('resize', this.updateVideoContainer);
// The SDK needs to know about the configuration and the elements to use
// for display. So the best way seems to pass the information here - ideally
// the sdk wouldn't need to know this, but we can't change that.
this.props.dispatcher.dispatch(new sharedActions.SetupStreamElements({
publisherConfig: this._getPublisherConfig(),
getLocalElementFunc: this._getElement.bind(this, ".local"),
getRemoteElementFunc: this._getElement.bind(this, ".remote")
}));
},
componentWillUnmount: function() {
@ -165,9 +174,41 @@ loop.conversationViews = (function(mozL10n) {
window.removeEventListener('resize', this.updateVideoContainer);
},
/**
* Returns either the required DOMNode
*
* @param {String} className The name of the class to get the element for.
*/
_getElement: function(className) {
return this.getDOMNode().querySelector(className);
},
/**
* Returns the required configuration for publishing video on the sdk.
*/
_getPublisherConfig: function() {
// height set to 100%" to fix video layout on Google Chrome
// @see https://bugzilla.mozilla.org/show_bug.cgi?id=1020445
return {
insertMode: "append",
width: "100%",
height: "100%",
publishVideo: this.props.video.enabled,
style: {
bugDisplayMode: "off",
buttonDisplayMode: "off",
nameDisplayMode: "off"
}
}
},
/**
* Used to update the video container whenever the orientation or size of the
* display area changes.
*/
updateVideoContainer: function() {
var localStreamParent = document.querySelector('.local .OT_publisher');
var remoteStreamParent = document.querySelector('.remote .OT_subscriber');
var localStreamParent = this._getElement('.local .OT_publisher');
var remoteStreamParent = this._getElement('.remote .OT_subscriber');
if (localStreamParent) {
localStreamParent.style.width = "100%";
}
@ -176,13 +217,26 @@ loop.conversationViews = (function(mozL10n) {
}
},
/**
* Hangs up the call.
*/
hangup: function() {
this.props.dispatcher.dispatch(
new sharedActions.HangupCall());
},
/**
* Used to control publishing a stream - i.e. to mute a stream
*
* @param {String} type The type of stream, e.g. "audio" or "video".
* @param {Boolean} enabled True to enable the stream, false otherwise.
*/
publishStream: function(type, enabled) {
// XXX Add this as part of bug 972017.
this.props.dispatcher.dispatch(
new sharedActions.SetMute({
type: type,
enabled: enabled
}));
},
render: function() {
@ -286,7 +340,8 @@ loop.conversationViews = (function(mozL10n) {
case CALL_STATES.ONGOING: {
return (OngoingConversationView({
dispatcher: this.props.dispatcher,
video: {enabled: this.state.callType === CALL_TYPES.AUDIO_VIDEO}}
video: {enabled: this.state.videoMuted},
audio: {enabled: this.state.audioMuted}}
)
);
}

Просмотреть файл

@ -158,6 +158,15 @@ loop.conversationViews = (function(mozL10n) {
*/
window.addEventListener('orientationchange', this.updateVideoContainer);
window.addEventListener('resize', this.updateVideoContainer);
// The SDK needs to know about the configuration and the elements to use
// for display. So the best way seems to pass the information here - ideally
// the sdk wouldn't need to know this, but we can't change that.
this.props.dispatcher.dispatch(new sharedActions.SetupStreamElements({
publisherConfig: this._getPublisherConfig(),
getLocalElementFunc: this._getElement.bind(this, ".local"),
getRemoteElementFunc: this._getElement.bind(this, ".remote")
}));
},
componentWillUnmount: function() {
@ -165,9 +174,41 @@ loop.conversationViews = (function(mozL10n) {
window.removeEventListener('resize', this.updateVideoContainer);
},
/**
* Returns either the required DOMNode
*
* @param {String} className The name of the class to get the element for.
*/
_getElement: function(className) {
return this.getDOMNode().querySelector(className);
},
/**
* Returns the required configuration for publishing video on the sdk.
*/
_getPublisherConfig: function() {
// height set to 100%" to fix video layout on Google Chrome
// @see https://bugzilla.mozilla.org/show_bug.cgi?id=1020445
return {
insertMode: "append",
width: "100%",
height: "100%",
publishVideo: this.props.video.enabled,
style: {
bugDisplayMode: "off",
buttonDisplayMode: "off",
nameDisplayMode: "off"
}
}
},
/**
* Used to update the video container whenever the orientation or size of the
* display area changes.
*/
updateVideoContainer: function() {
var localStreamParent = document.querySelector('.local .OT_publisher');
var remoteStreamParent = document.querySelector('.remote .OT_subscriber');
var localStreamParent = this._getElement('.local .OT_publisher');
var remoteStreamParent = this._getElement('.remote .OT_subscriber');
if (localStreamParent) {
localStreamParent.style.width = "100%";
}
@ -176,13 +217,26 @@ loop.conversationViews = (function(mozL10n) {
}
},
/**
* Hangs up the call.
*/
hangup: function() {
this.props.dispatcher.dispatch(
new sharedActions.HangupCall());
},
/**
* Used to control publishing a stream - i.e. to mute a stream
*
* @param {String} type The type of stream, e.g. "audio" or "video".
* @param {Boolean} enabled True to enable the stream, false otherwise.
*/
publishStream: function(type, enabled) {
// XXX Add this as part of bug 972017.
this.props.dispatcher.dispatch(
new sharedActions.SetMute({
type: type,
enabled: enabled
}));
},
render: function() {
@ -286,7 +340,8 @@ loop.conversationViews = (function(mozL10n) {
case CALL_STATES.ONGOING: {
return (<OngoingConversationView
dispatcher={this.props.dispatcher}
video={{enabled: this.state.callType === CALL_TYPES.AUDIO_VIDEO}}
video={{enabled: this.state.videoMuted}}
audio={{enabled: this.state.audioMuted}}
/>
);
}

Просмотреть файл

@ -2,14 +2,18 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
.content-area input.contact-filter {
margin-top: 14px;
border-radius: 10000px;
}
.contact-list {
border-top: 1px solid #ccc;
overflow-x: hidden;
overflow-y: auto;
/* We need enough space to show the context menu of the first contact. */
min-height: 204px;
/* Show six contacts and scroll for the rest. */
max-height: 306px;
/* Space for six contacts, not affected by filtering. This is enough space
to show the dropdown menu when there is only one contact. */
height: 306px;
}
.contact,

Просмотреть файл

@ -69,6 +69,12 @@ loop.shared.actions = (function() {
HangupCall: Action.define("hangupCall", {
}),
/**
* Used to indicate the peer hung up the call.
*/
PeerHungupCall: Action.define("peerHungupCall", {
}),
/**
* Used for notifying of connection progress state changes.
* The connection refers to the overall connection flow as indicated
@ -85,6 +91,35 @@ loop.shared.actions = (function() {
ConnectionFailure: Action.define("connectionFailure", {
// A string relating to the reason the connection failed.
reason: String
}),
/**
* Used by the ongoing views to notify stores about the elements
* required for the sdk.
*/
SetupStreamElements: Action.define("setupStreamElements", {
// The configuration for the publisher/subscribe options
publisherConfig: Object,
// The local stream element
getLocalElementFunc: Function,
// The remote stream element
getRemoteElementFunc: Function
}),
/**
* Used for notifying that the media is now up for the call.
*/
MediaConnected: Action.define("mediaConnected", {
}),
/**
* Used to mute or unmute a stream
*/
SetMute: Action.define("setMute", {
// The part of the stream to enable, e.g. "audio" or "video"
type: String,
// Whether or not to enable the stream.
enabled: Boolean
})
};
})();

Просмотреть файл

@ -8,7 +8,7 @@ var loop = loop || {};
loop.store = (function() {
var sharedActions = loop.shared.actions;
var sharedUtils = loop.shared.utils;
var CALL_TYPES = loop.shared.utils.CALL_TYPES;
/**
* Websocket states taken from:
@ -67,7 +67,7 @@ loop.store = (function() {
calleeId: undefined,
// The call type for the call.
// XXX Don't hard-code, this comes from the data in bug 1072323
callType: sharedUtils.CALL_TYPES.AUDIO_VIDEO,
callType: CALL_TYPES.AUDIO_VIDEO,
// Call Connection information
// The call id from the loop-server
@ -81,7 +81,11 @@ loop.store = (function() {
// SDK session ID
sessionId: undefined,
// SDK session token
sessionToken: undefined
sessionToken: undefined,
// If the audio is muted
audioMuted: true,
// If the video is muted
videoMuted: true
},
/**
@ -104,9 +108,13 @@ loop.store = (function() {
if (!options.client) {
throw new Error("Missing option client");
}
if (!options.sdkDriver) {
throw new Error("Missing option sdkDriver");
}
this.client = options.client;
this.dispatcher = options.dispatcher;
this.sdkDriver = options.sdkDriver;
this.dispatcher.register(this, [
"connectionFailure",
@ -114,8 +122,11 @@ loop.store = (function() {
"gatherCallData",
"connectCall",
"hangupCall",
"peerHungupCall",
"cancelCall",
"retryCall"
"retryCall",
"mediaConnected",
"setMute"
]);
},
@ -126,6 +137,7 @@ loop.store = (function() {
* @param {sharedActions.ConnectionFailure} actionData The action data.
*/
connectionFailure: function(actionData) {
this._endSession();
this.set({
callState: CALL_STATES.TERMINATED,
callStateReason: actionData.reason
@ -152,7 +164,15 @@ loop.store = (function() {
this.set({callState: CALL_STATES.ALERTING});
break;
}
case WS_STATES.CONNECTING:
case WS_STATES.CONNECTING: {
this.sdkDriver.connectSession({
apiKey: this.get("apiKey"),
sessionId: this.get("sessionId"),
sessionToken: this.get("sessionToken")
});
this.set({callState: CALL_STATES.ONGOING});
break;
}
case WS_STATES.HALF_CONNECTED:
case WS_STATES.CONNECTED: {
this.set({callState: CALL_STATES.ONGOING});
@ -179,6 +199,8 @@ loop.store = (function() {
callState: CALL_STATES.GATHER
});
this.videoMuted = this.get("callType") !== CALL_TYPES.AUDIO_VIDEO;
if (this.get("outgoing")) {
this._setupOutgoingCall();
} // XXX Else, other types aren't supported yet.
@ -200,15 +222,20 @@ loop.store = (function() {
* Hangs up an ongoing call.
*/
hangupCall: function() {
// XXX Stop the SDK once we add it.
// Ensure the websocket has been disconnected.
if (this._websocket) {
// Let the server know the user has hung up.
this._websocket.mediaFail();
this._ensureWebSocketDisconnected();
}
this._endSession();
this.set({callState: CALL_STATES.FINISHED});
},
/**
* The peer hungup the call.
*/
peerHungupCall: function() {
this._endSession();
this.set({callState: CALL_STATES.FINISHED});
},
@ -217,24 +244,15 @@ loop.store = (function() {
*/
cancelCall: function() {
var callState = this.get("callState");
if (callState === CALL_STATES.TERMINATED) {
// All we need to do is close the window.
this.set({callState: CALL_STATES.CLOSE});
return;
if (this._websocket &&
(callState === CALL_STATES.CONNECTING ||
callState === CALL_STATES.ALERTING)) {
// Let the server know the user has hung up.
this._websocket.cancel();
}
if (callState === CALL_STATES.CONNECTING ||
callState === CALL_STATES.ALERTING) {
if (this._websocket) {
// Let the server know the user has hung up.
this._websocket.cancel();
this._ensureWebSocketDisconnected();
}
this.set({callState: CALL_STATES.CLOSE});
return;
}
console.log("Unsupported cancel in state", callState);
this._endSession();
this.set({callState: CALL_STATES.CLOSE});
},
/**
@ -253,6 +271,23 @@ loop.store = (function() {
}
},
/**
* Notifies that all media is now connected
*/
mediaConnected: function() {
this._websocket.mediaUp();
},
/**
* Records the mute state for the stream.
*
* @param {sharedActions.setMute} actionData The mute state for the stream type.
*/
setMute: function(actionData) {
var muteType = actionData.type + "Muted";
this.set(muteType, actionData.enabled);
},
/**
* Obtains the outgoing call data from the server and handles the
* result.
@ -308,14 +343,17 @@ loop.store = (function() {
},
/**
* Ensures the websocket gets disconnected.
* Ensures the session is ended and the websocket is disconnected.
*/
_ensureWebSocketDisconnected: function() {
this.stopListening(this._websocket);
_endSession: function(nextState) {
this.sdkDriver.disconnectSession();
if (this._websocket) {
this.stopListening(this._websocket);
// Now close the websocket.
this._websocket.close();
delete this._websocket;
// Now close the websocket.
this._websocket.close();
delete this._websocket;
}
},
/**

Просмотреть файл

@ -0,0 +1,237 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
/* global loop:true */
var loop = loop || {};
loop.OTSdkDriver = (function() {
var sharedActions = loop.shared.actions;
/**
* This is a wrapper for the OT sdk. It is used to translate the SDK events into
* actions, and instruct the SDK what to do as a result of actions.
*/
var OTSdkDriver = function(options) {
if (!options.dispatcher) {
throw new Error("Missing option dispatcher");
}
if (!options.sdk) {
throw new Error("Missing option sdk");
}
this.dispatcher = options.dispatcher;
this.sdk = options.sdk;
this.dispatcher.register(this, [
"setupStreamElements",
"setMute"
]);
};
OTSdkDriver.prototype = {
/**
* Handles the setupStreamElements action. Saves the required data and
* kicks off the initialising of the publisher.
*
* @param {sharedActions.SetupStreamElements} actionData The data associated
* with the action. See action.js.
*/
setupStreamElements: function(actionData) {
this.getLocalElement = actionData.getLocalElementFunc;
this.getRemoteElement = actionData.getRemoteElementFunc;
this.publisherConfig = actionData.publisherConfig;
// At this state we init the publisher, even though we might be waiting for
// the initial connect of the session. This saves time when setting up
// the media.
this.publisher = this.sdk.initPublisher(this.getLocalElement(),
this.publisherConfig,
this._onPublishComplete.bind(this));
},
/**
* Handles the setMute action. Informs the published stream to mute
* or unmute audio as appropriate.
*
* @param {sharedActions.SetMute} actionData The data associated with the
* action. See action.js.
*/
setMute: function(actionData) {
if (actionData.type === "audio") {
this.publisher.publishAudio(actionData.enabled);
} else {
this.publisher.publishVideo(actionData.enabled);
}
},
/**
* Connects a session for the SDK, listening to the required events.
*
* sessionData items:
* - sessionId: The OT session ID
* - apiKey: The OT API key
* - sessionToken: The token for the OT session
*
* @param {Object} sessionData The session data for setting up the OT session.
*/
connectSession: function(sessionData) {
this.session = this.sdk.initSession(sessionData.sessionId);
this.session.on("streamCreated", this._onRemoteStreamCreated.bind(this));
this.session.on("connectionDestroyed",
this._onConnectionDestroyed.bind(this));
this.session.on("sessionDisconnected",
this._onSessionDisconnected.bind(this));
// This starts the actual session connection.
this.session.connect(sessionData.apiKey, sessionData.sessionToken,
this._onConnectionComplete.bind(this));
},
/**
* Disconnects the sdk session.
*/
disconnectSession: function() {
if (this.session) {
this.session.off("streamCreated", this._onRemoteStreamCreated.bind(this));
this.session.off("connectionDestroyed",
this._onConnectionDestroyed.bind(this));
this.session.off("sessionDisconnected",
this._onSessionDisconnected.bind(this));
this.session.disconnect();
delete this.session;
}
if (this.publisher) {
this.publisher.destroy();
delete this.publisher;
}
// Also, tidy these variables ready for next time.
delete this._sessionConnected;
delete this._publisherReady;
delete this._publishedLocalStream;
delete this._subscribedRemoteStream;
},
/**
* Called once the session has finished connecting.
*
* @param {Error} error An OT error object, null if there was no error.
*/
_onConnectionComplete: function(error) {
if (error) {
console.error("Failed to complete connection", error);
this.dispatcher.dispatch(new sharedActions.ConnectionFailure({
reason: "couldNotConnect"
}));
return;
}
this._sessionConnected = true;
this._maybePublishLocalStream();
},
/**
* Handles the connection event for a peer's connection being dropped.
*
* @param {SessionDisconnectEvent} event The event details
* https://tokbox.com/opentok/libraries/client/js/reference/SessionDisconnectEvent.html
*/
_onConnectionDestroyed: function(event) {
var action;
if (event.reason === "clientDisconnected") {
action = new sharedActions.PeerHungupCall();
} else {
// Strictly speaking this isn't a failure on our part, but since our
// flow requires a full reconnection, then we just treat this as
// if a failure of our end had occurred.
action = new sharedActions.ConnectionFailure({
reason: "peerNetworkDisconnected"
});
}
this.dispatcher.dispatch(action);
},
/**
* Handles the session event for the connection for this client being
* destroyed.
*
* @param {SessionDisconnectEvent} event The event details:
* https://tokbox.com/opentok/libraries/client/js/reference/SessionDisconnectEvent.html
*/
_onSessionDisconnected: function(event) {
// We only need to worry about the network disconnected reason here.
if (event.reason === "networkDisconnected") {
this.dispatcher.dispatch(new sharedActions.ConnectionFailure({
reason: "networkDisconnected"
}));
}
},
/**
* Handles the event when the remote stream is created.
*
* @param {StreamEvent} event The event details:
* https://tokbox.com/opentok/libraries/client/js/reference/StreamEvent.html
*/
_onRemoteStreamCreated: function(event) {
this.session.subscribe(event.stream,
this.getRemoteElement(), this.publisherConfig);
this._subscribedRemoteStream = true;
if (this._checkAllStreamsConnected()) {
this.dispatcher.dispatch(new sharedActions.MediaConnected());
}
},
/**
* Handles the publishing being complete.
*
* @param {Error} error An OT error object, null if there was no error.
*/
_onPublishComplete: function(error) {
if (error) {
console.error("Failed to initialize publisher", error);
this.dispatcher.dispatch(new sharedActions.ConnectionFailure({
reason: "noMedia"
}));
return;
}
this._publisherReady = true;
this._maybePublishLocalStream();
},
/**
* Publishes the local stream if the session is connected
* and the publisher is ready.
*/
_maybePublishLocalStream: function() {
if (this._sessionConnected && this._publisherReady) {
// We are clear to publish the stream to the session.
this.session.publish(this.publisher);
// Now record the fact, and check if we've got all media yet.
this._publishedLocalStream = true;
if (this._checkAllStreamsConnected()) {
this.dispatcher.dispatch(new sharedActions.MediaConnected());
}
}
},
/**
* Used to check if both local and remote streams are available
* and send an action if they are.
*/
_checkAllStreamsConnected: function() {
return this._publishedLocalStream &&
this._subscribedRemoteStream;
}
};
return OTSdkDriver;
})();

Просмотреть файл

@ -59,6 +59,7 @@ browser.jar:
content/browser/loop/shared/js/feedbackApiClient.js (content/shared/js/feedbackApiClient.js)
content/browser/loop/shared/js/models.js (content/shared/js/models.js)
content/browser/loop/shared/js/mixins.js (content/shared/js/mixins.js)
content/browser/loop/shared/js/otSdkDriver.js (content/shared/js/otSdkDriver.js)
content/browser/loop/shared/js/views.js (content/shared/js/views.js)
content/browser/loop/shared/js/utils.js (content/shared/js/utils.js)
content/browser/loop/shared/js/validate.js (content/shared/js/validate.js)

Просмотреть файл

@ -161,26 +161,120 @@ describe("loop.conversationViews", function () {
});
});
describe("OngoingConversationView", function() {
function mountTestComponent(props) {
return TestUtils.renderIntoDocument(
loop.conversationViews.OngoingConversationView(props));
}
it("should dispatch a setupStreamElements action when the view is created",
function() {
view = mountTestComponent({
dispatcher: dispatcher
});
sinon.assert.calledOnce(dispatcher.dispatch);
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("name", "setupStreamElements"));
});
it("should dispatch a hangupCall action when the hangup button is pressed",
function() {
view = mountTestComponent({
dispatcher: dispatcher
});
var hangupBtn = view.getDOMNode().querySelector('.btn-hangup');
React.addons.TestUtils.Simulate.click(hangupBtn);
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("name", "hangupCall"));
});
it("should dispatch a setMute action when the audio mute button is pressed",
function() {
view = mountTestComponent({
dispatcher: dispatcher,
audio: {enabled: false}
});
var muteBtn = view.getDOMNode().querySelector('.btn-mute-audio');
React.addons.TestUtils.Simulate.click(muteBtn);
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("name", "setMute"));
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("enabled", true));
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("type", "audio"));
});
it("should dispatch a setMute action when the video mute button is pressed",
function() {
view = mountTestComponent({
dispatcher: dispatcher,
video: {enabled: true}
});
var muteBtn = view.getDOMNode().querySelector('.btn-mute-video');
React.addons.TestUtils.Simulate.click(muteBtn);
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("name", "setMute"));
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("enabled", false));
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("type", "video"));
});
it("should set the mute button as mute off", function() {
view = mountTestComponent({
dispatcher: dispatcher,
video: {enabled: true}
});
var muteBtn = view.getDOMNode().querySelector('.btn-mute-video');
expect(muteBtn.classList.contains("muted")).eql(false);
});
it("should set the mute button as mute on", function() {
view = mountTestComponent({
dispatcher: dispatcher,
audio: {enabled: false}
});
var muteBtn = view.getDOMNode().querySelector('.btn-mute-audio');
expect(muteBtn.classList.contains("muted")).eql(true);
});
});
describe("OutgoingConversationView", function() {
var store;
function mountTestComponent() {
return TestUtils.renderIntoDocument(
loop.conversationViews.OutgoingConversationView({
dispatcher: dispatcher,
store: store
}));
}
beforeEach(function() {
store = new loop.store.ConversationStore({}, {
dispatcher: dispatcher,
client: {}
});
navigator.mozLoop = {
getLoopCharPref: function() { return "fake"; },
appVersionInfo: sinon.spy()
};
store = new loop.store.ConversationStore({}, {
dispatcher: dispatcher,
client: {},
sdkDriver: {}
});
});
afterEach(function() {

Просмотреть файл

@ -143,7 +143,8 @@ describe("loop.conversation", function() {
dispatcher = new loop.Dispatcher();
store = new loop.store.ConversationStore({}, {
client: client,
dispatcher: dispatcher
dispatcher: dispatcher,
sdkDriver: {}
});
});

Просмотреть файл

@ -42,6 +42,7 @@
<script src="../../content/shared/js/actions.js"></script>
<script src="../../content/shared/js/validate.js"></script>
<script src="../../content/shared/js/dispatcher.js"></script>
<script src="../../content/shared/js/otSdkDriver.js"></script>
<script src="../../content/js/client.js"></script>
<script src="../../content/js/conversationViews.js"></script>
<script src="../../content/js/conversation.js"></script>

Просмотреть файл

@ -10,8 +10,9 @@ describe("loop.ConversationStore", function () {
var WS_STATES = loop.store.WS_STATES;
var sharedActions = loop.shared.actions;
var sharedUtils = loop.shared.utils;
var sandbox, dispatcher, client, store, fakeSessionData;
var sandbox, dispatcher, client, store, fakeSessionData, sdkDriver;
var connectPromise, resolveConnectPromise, rejectConnectPromise;
var wsCancelSpy, wsCloseSpy, wsMediaUpSpy, fakeWebsocket;
function checkFailures(done, f) {
try {
@ -29,9 +30,25 @@ describe("loop.ConversationStore", function () {
client = {
setupOutgoingCall: sinon.stub()
};
sdkDriver = {
connectSession: sinon.stub(),
disconnectSession: sinon.stub()
};
wsCancelSpy = sinon.spy();
wsCloseSpy = sinon.spy();
wsMediaUpSpy = sinon.spy();
fakeWebsocket = {
cancel: wsCancelSpy,
close: wsCloseSpy,
mediaUp: wsMediaUpSpy
};
store = new loop.store.ConversationStore({}, {
client: client,
dispatcher: dispatcher
dispatcher: dispatcher,
sdkDriver: sdkDriver
});
fakeSessionData = {
apiKey: "fakeKey",
@ -63,18 +80,51 @@ describe("loop.ConversationStore", function () {
describe("#initialize", function() {
it("should throw an error if the dispatcher is missing", function() {
expect(function() {
new loop.store.ConversationStore({}, {client: client});
new loop.store.ConversationStore({}, {
client: client,
sdkDriver: sdkDriver
});
}).to.Throw(/dispatcher/);
});
it("should throw an error if the client is missing", function() {
expect(function() {
new loop.store.ConversationStore({}, {dispatcher: dispatcher});
new loop.store.ConversationStore({}, {
dispatcher: dispatcher,
sdkDriver: sdkDriver
});
}).to.Throw(/client/);
});
it("should throw an error if the sdkDriver is missing", function() {
expect(function() {
new loop.store.ConversationStore({}, {
client: client,
dispatcher: dispatcher
});
}).to.Throw(/sdkDriver/);
});
});
describe("#connectionFailure", function() {
beforeEach(function() {
store._websocket = fakeWebsocket;
});
it("should disconnect the session", function() {
dispatcher.dispatch(
new sharedActions.ConnectionFailure({reason: "fake"}));
sinon.assert.calledOnce(sdkDriver.disconnectSession);
});
it("should ensure the websocket is closed", function() {
dispatcher.dispatch(
new sharedActions.ConnectionFailure({reason: "fake"}));
sinon.assert.calledOnce(wsCloseSpy);
});
it("should set the state to 'terminated'", function() {
store.set({callState: CALL_STATES.ALERTING});
@ -119,35 +169,29 @@ describe("loop.ConversationStore", function () {
});
describe("progress: connecting", function() {
it("should change the state to 'ongoing'", function() {
beforeEach(function() {
store.set({callState: CALL_STATES.ALERTING});
});
it("should change the state to 'ongoing'", function() {
dispatcher.dispatch(
new sharedActions.ConnectionProgress({wsState: WS_STATES.CONNECTING}));
expect(store.get("callState")).eql(CALL_STATES.ONGOING);
});
});
describe("progress: half-connected", function() {
it("should change the state to 'ongoing'", function() {
store.set({callState: CALL_STATES.ALERTING});
it("should connect the session", function() {
store.set(fakeSessionData);
dispatcher.dispatch(
new sharedActions.ConnectionProgress({wsState: WS_STATES.HALF_CONNECTED}));
new sharedActions.ConnectionProgress({wsState: WS_STATES.CONNECTING}));
expect(store.get("callState")).eql(CALL_STATES.ONGOING);
});
});
describe("progress: connecting", function() {
it("should change the state to 'ongoing'", function() {
store.set({callState: CALL_STATES.ALERTING});
dispatcher.dispatch(
new sharedActions.ConnectionProgress({wsState: WS_STATES.CONNECTED}));
expect(store.get("callState")).eql(CALL_STATES.ONGOING);
sinon.assert.calledOnce(sdkDriver.connectSession);
sinon.assert.calledWithExactly(sdkDriver.connectSession, {
apiKey: "fakeKey",
sessionId: "321456",
sessionToken: "341256"
});
});
});
});
@ -332,6 +376,12 @@ describe("loop.ConversationStore", function () {
store.set({callState: CALL_STATES.ONGOING});
});
it("should disconnect the session", function() {
dispatcher.dispatch(new sharedActions.HangupCall());
sinon.assert.calledOnce(sdkDriver.disconnectSession);
});
it("should send a media-fail message to the websocket if it is open", function() {
dispatcher.dispatch(new sharedActions.HangupCall());
@ -351,7 +401,69 @@ describe("loop.ConversationStore", function () {
});
});
describe("#peerHungupCall", function() {
var wsMediaFailSpy, wsCloseSpy;
beforeEach(function() {
wsMediaFailSpy = sinon.spy();
wsCloseSpy = sinon.spy();
store._websocket = {
mediaFail: wsMediaFailSpy,
close: wsCloseSpy
};
store.set({callState: CALL_STATES.ONGOING});
});
it("should disconnect the session", function() {
dispatcher.dispatch(new sharedActions.PeerHungupCall());
sinon.assert.calledOnce(sdkDriver.disconnectSession);
});
it("should ensure the websocket is closed", function() {
dispatcher.dispatch(new sharedActions.PeerHungupCall());
sinon.assert.calledOnce(wsCloseSpy);
});
it("should set the callState to finished", function() {
dispatcher.dispatch(new sharedActions.PeerHungupCall());
expect(store.get("callState")).eql(CALL_STATES.FINISHED);
});
});
describe("#cancelCall", function() {
beforeEach(function() {
store._websocket = fakeWebsocket;
store.set({callState: CALL_STATES.CONNECTING});
});
it("should disconnect the session", function() {
dispatcher.dispatch(new sharedActions.CancelCall());
sinon.assert.calledOnce(sdkDriver.disconnectSession);
});
it("should send a cancel message to the websocket if it is open", function() {
dispatcher.dispatch(new sharedActions.CancelCall());
sinon.assert.calledOnce(wsCancelSpy);
});
it("should ensure the websocket is closed", function() {
dispatcher.dispatch(new sharedActions.CancelCall());
sinon.assert.calledOnce(wsCloseSpy);
});
it("should set the state to close if the call is connecting", function() {
dispatcher.dispatch(new sharedActions.CancelCall());
expect(store.get("callState")).eql(CALL_STATES.CLOSE);
});
it("should set the state to close if the call has terminated already", function() {
store.set({callState: CALL_STATES.TERMINATED});
@ -360,37 +472,6 @@ describe("loop.ConversationStore", function () {
expect(store.get("callState")).eql(CALL_STATES.CLOSE);
});
describe("whilst connecting", function() {
var wsCancelSpy, wsCloseSpy;
beforeEach(function() {
wsCancelSpy = sinon.spy();
wsCloseSpy = sinon.spy();
store._websocket = {
cancel: wsCancelSpy,
close: wsCloseSpy
};
store.set({callState: CALL_STATES.CONNECTING});
});
it("should send a cancel message to the websocket if it is open", function() {
dispatcher.dispatch(new sharedActions.CancelCall());
sinon.assert.calledOnce(wsCancelSpy);
});
it("should ensure the websocket is closed", function() {
dispatcher.dispatch(new sharedActions.CancelCall());
sinon.assert.calledOnce(wsCloseSpy);
});
it("should set the state to close if the call is connecting", function() {
dispatcher.dispatch(new sharedActions.CancelCall());
expect(store.get("callState")).eql(CALL_STATES.CLOSE);
});
});
});
describe("#retryCall", function() {
@ -418,6 +499,40 @@ describe("loop.ConversationStore", function () {
});
});
describe("#mediaConnected", function() {
it("should send mediaUp via the websocket", function() {
store._websocket = fakeWebsocket;
dispatcher.dispatch(new sharedActions.MediaConnected());
sinon.assert.calledOnce(wsMediaUpSpy);
});
});
describe("#setMute", function() {
it("should save the mute state for the audio stream", function() {
store.set({"audioMuted": false});
dispatcher.dispatch(new sharedActions.SetMute({
type: "audio",
enabled: true
}));
expect(store.get("audioMuted")).eql(true);
});
it("should save the mute state for the video stream", function() {
store.set({"videoMuted": true});
dispatcher.dispatch(new sharedActions.SetMute({
type: "video",
enabled: false
}));
expect(store.get("videoMuted")).eql(false);
});
});
describe("Events", function() {
describe("Websocket progress", function() {
beforeEach(function() {

Просмотреть файл

@ -42,6 +42,7 @@
<script src="../../content/shared/js/validate.js"></script>
<script src="../../content/shared/js/actions.js"></script>
<script src="../../content/shared/js/dispatcher.js"></script>
<script src="../../content/shared/js/otSdkDriver.js"></script>
<script src="../../content/shared/js/conversationStore.js"></script>
<!-- Test scripts -->
@ -54,6 +55,7 @@
<script src="validate_test.js"></script>
<script src="dispatcher_test.js"></script>
<script src="conversationStore_test.js"></script>
<script src="otSdkDriver_test.js"></script>
<script>
mocha.run(function () {
$("#mocha").append("<p id='complete'>Complete.</p>");

Просмотреть файл

@ -0,0 +1,300 @@
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
var expect = chai.expect;
describe("loop.OTSdkDriver", function () {
"use strict";
var sharedActions = loop.shared.actions;
var sandbox;
var dispatcher, driver, publisher, sdk, session, sessionData;
var fakeLocalElement, fakeRemoteElement, publisherConfig;
beforeEach(function() {
sandbox = sinon.sandbox.create();
fakeLocalElement = {fake: 1};
fakeRemoteElement = {fake: 2};
publisherConfig = {
fake: "config"
};
sessionData = {
apiKey: "1234567890",
sessionId: "3216549870",
sessionToken: "1357924680"
};
dispatcher = new loop.Dispatcher();
session = _.extend({
connect: sinon.stub(),
disconnect: sinon.stub(),
publish: sinon.stub(),
subscribe: sinon.stub()
}, Backbone.Events);
publisher = {
destroy: sinon.stub(),
publishAudio: sinon.stub(),
publishVideo: sinon.stub()
};
sdk = {
initPublisher: sinon.stub(),
initSession: sinon.stub().returns(session)
};
driver = new loop.OTSdkDriver({
dispatcher: dispatcher,
sdk: sdk
});
});
afterEach(function() {
sandbox.restore();
});
describe("Constructor", function() {
it("should throw an error if the dispatcher is missing", function() {
expect(function() {
new loop.OTSdkDriver({sdk: sdk});
}).to.Throw(/dispatcher/);
});
it("should throw an error if the sdk is missing", function() {
expect(function() {
new loop.OTSdkDriver({dispatcher: dispatcher});
}).to.Throw(/sdk/);
});
});
describe("#setupStreamElements", function() {
it("should call initPublisher", function() {
dispatcher.dispatch(new sharedActions.SetupStreamElements({
getLocalElementFunc: function() {return fakeLocalElement;},
getRemoteElementFunc: function() {return fakeRemoteElement;},
publisherConfig: publisherConfig
}));
sinon.assert.calledOnce(sdk.initPublisher);
sinon.assert.calledWith(sdk.initPublisher, fakeLocalElement, publisherConfig);
});
describe("On Publisher Complete", function() {
it("should publish the stream if the connection is ready", function() {
sdk.initPublisher.callsArgWith(2, null);
driver.session = session;
driver._sessionConnected = true;
dispatcher.dispatch(new sharedActions.SetupStreamElements({
getLocalElementFunc: function() {return fakeLocalElement;},
getRemoteElementFunc: function() {return fakeRemoteElement;},
publisherConfig: publisherConfig
}));
sinon.assert.calledOnce(session.publish);
});
it("should dispatch connectionFailure if connecting failed", function() {
sdk.initPublisher.callsArgWith(2, new Error("Failure"));
// Special stub, as we want to use the dispatcher, but also know that
// we've been called correctly for the second dispatch.
var dispatchStub = (function() {
var originalDispatch = dispatcher.dispatch.bind(dispatcher);
return sandbox.stub(dispatcher, "dispatch", function(action) {
originalDispatch(action);
});
}());
driver.session = session;
driver._sessionConnected = true;
dispatcher.dispatch(new sharedActions.SetupStreamElements({
getLocalElementFunc: function() {return fakeLocalElement;},
getRemoteElementFunc: function() {return fakeRemoteElement;},
publisherConfig: publisherConfig
}));
sinon.assert.called(dispatcher.dispatch);
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("name", "connectionFailure"));
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("reason", "noMedia"));
});
});
});
describe("#setMute", function() {
beforeEach(function() {
sdk.initPublisher.returns(publisher);
dispatcher.dispatch(new sharedActions.SetupStreamElements({
getLocalElementFunc: function() {return fakeLocalElement;},
getRemoteElementFunc: function() {return fakeRemoteElement;},
publisherConfig: publisherConfig
}));
});
it("should publishAudio with the correct enabled value", function() {
dispatcher.dispatch(new sharedActions.SetMute({
type: "audio",
enabled: false
}));
sinon.assert.calledOnce(publisher.publishAudio);
sinon.assert.calledWithExactly(publisher.publishAudio, false);
});
it("should publishVideo with the correct enabled value", function() {
dispatcher.dispatch(new sharedActions.SetMute({
type: "video",
enabled: true
}));
sinon.assert.calledOnce(publisher.publishVideo);
sinon.assert.calledWithExactly(publisher.publishVideo, true);
});
});
describe("#connectSession", function() {
it("should initialise a new session", function() {
driver.connectSession(sessionData);
sinon.assert.calledOnce(sdk.initSession);
sinon.assert.calledWithExactly(sdk.initSession, "3216549870");
});
it("should connect the session", function () {
driver.connectSession(sessionData);
sinon.assert.calledOnce(session.connect);
sinon.assert.calledWith(session.connect, "1234567890", "1357924680");
});
describe("On connection complete", function() {
it("should publish the stream if the publisher is ready", function() {
driver._publisherReady = true;
session.connect.callsArg(2);
driver.connectSession(sessionData);
sinon.assert.calledOnce(session.publish);
});
it("should dispatch connectionFailure if connecting failed", function() {
session.connect.callsArgWith(2, new Error("Failure"));
sandbox.stub(dispatcher, "dispatch");
driver.connectSession(sessionData);
sinon.assert.calledOnce(dispatcher.dispatch);
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("name", "connectionFailure"));
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("reason", "couldNotConnect"));
});
});
});
describe("#disconnectionSession", function() {
it("should disconnect the session", function() {
driver.session = session;
driver.disconnectSession();
sinon.assert.calledOnce(session.disconnect);
});
it("should destroy the publisher", function() {
driver.publisher = publisher;
driver.disconnectSession();
sinon.assert.calledOnce(publisher.destroy);
});
});
describe("Events", function() {
beforeEach(function() {
driver.connectSession(sessionData);
dispatcher.dispatch(new sharedActions.SetupStreamElements({
getLocalElementFunc: function() {return fakeLocalElement;},
getRemoteElementFunc: function() {return fakeRemoteElement;},
publisherConfig: publisherConfig
}));
sandbox.stub(dispatcher, "dispatch");
});
describe("connectionDestroyed", function() {
it("should dispatch a peerHungupCall action if the client disconnected", function() {
session.trigger("connectionDestroyed", {
reason: "clientDisconnected"
});
sinon.assert.calledOnce(dispatcher.dispatch);
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("name", "peerHungupCall"));
});
it("should dispatch a connectionFailure action if the connection failed", function() {
session.trigger("connectionDestroyed", {
reason: "networkDisconnected"
});
sinon.assert.calledOnce(dispatcher.dispatch);
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("name", "connectionFailure"));
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("reason", "peerNetworkDisconnected"));
});
});
describe("sessionDisconnected", function() {
it("should dispatch a connectionFailure action if the session was disconnected",
function() {
session.trigger("sessionDisconnected", {
reason: "networkDisconnected"
});
sinon.assert.calledOnce(dispatcher.dispatch);
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("name", "connectionFailure"));
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("reason", "networkDisconnected"));
});
});
describe("streamCreated", function() {
var fakeStream;
beforeEach(function() {
fakeStream = {
fakeStream: 3
};
});
it("should subscribe to the stream", function() {
session.trigger("streamCreated", {stream: fakeStream});
sinon.assert.calledOnce(session.subscribe);
sinon.assert.calledWithExactly(session.subscribe,
fakeStream, fakeRemoteElement, publisherConfig);
});
it("should dispach a mediaConnected action if both streams are up", function() {
driver._publishedLocalStream = true;
session.trigger("streamCreated", {stream: fakeStream});
sinon.assert.calledOnce(dispatcher.dispatch);
sinon.assert.calledWithMatch(dispatcher.dispatch,
sinon.match.hasOwn("name", "mediaConnected"));
});
});
});
});

Просмотреть файл

@ -35,12 +35,12 @@ ProfilerPanel.prototype = {
* A promise that is resolved when the Profiler completes opening.
*/
open: Task.async(function*() {
let connection = getProfilerConnection(this._toolbox);
yield connection.open();
this._connection = getProfilerConnection(this._toolbox);
yield this._connection.open();
this.panelWin.gToolbox = this._toolbox;
this.panelWin.gTarget = this.target;
this.panelWin.gFront = new ProfilerFront(connection);
this.panelWin.gFront = new ProfilerFront(this._connection);
yield this.panelWin.startupProfiler();
this.isReady = true;
@ -59,6 +59,10 @@ ProfilerPanel.prototype = {
}
yield this.panelWin.shutdownProfiler();
// Destroy the connection to ensure packet handlers are removed from client.
this._connection.destroy();
this.emit("destroyed");
this._destroyed = true;
})

Просмотреть файл

@ -112,6 +112,14 @@ ProfilerConnection.prototype = {
Services.obs.notifyObservers(null, "profiler-connection-opened", null);
}),
/**
* Destroys this connection.
*/
destroy: function() {
this._disconnectMiscActors();
this._connected = false;
},
/**
* Initializes a connection to miscellaneous actors which are going to be
* used in tandem with the profiler actor.
@ -124,6 +132,7 @@ ProfilerConnection.prototype = {
this._framerate = new FramerateFront(this._target.client, this._target.form);
} else {
this._framerate = {
destroy: () => {},
startRecording: () => {},
stopRecording: () => {},
cancelRecording: () => {},
@ -133,6 +142,14 @@ ProfilerConnection.prototype = {
}
},
/**
* Closes the connections to miscellaneous actors.
* @see ProfilerConnection.prototype._connectMiscActors
*/
_disconnectMiscActors: function() {
this._framerate.destroy();
},
/**
* Sends the request over the remote debugging protocol to the
* specified actor.

Просмотреть файл

@ -750,7 +750,7 @@ public class BrowserApp extends GeckoApp
public void onResume() {
super.onResume();
final String args = getIntent().getStringExtra("args");
final String args = StringUtils.getStringExtra(getIntent(), "args");
// If an external intent tries to start Fennec in guest mode, and it's not already
// in guest mode, this will change modes before opening the url.
// NOTE: OnResume is called twice sometimes when showing on the lock screen.
@ -1498,7 +1498,10 @@ public class BrowserApp extends GeckoApp
BrowserDB.getCount(getContentResolver(), "favicons"));
Telemetry.HistogramAdd("FENNEC_THUMBNAILS_COUNT",
BrowserDB.getCount(getContentResolver(), "thumbnails"));
Telemetry.HistogramAdd("BROWSER_IS_USER_DEFAULT", (isDefaultBrowser() ? 1 : 0));
Telemetry.HistogramAdd("BROWSER_IS_USER_DEFAULT", (isDefaultBrowser(Intent.ACTION_VIEW) ? 1 : 0));
if (Versions.feature16Plus) {
Telemetry.HistogramAdd("BROWSER_IS_ASSIST_DEFAULT", (isDefaultBrowser(Intent.ACTION_ASSIST) ? 1 : 0));
}
} else if ("Updater:Launch".equals(event)) {
handleUpdaterLaunch();
@ -1515,8 +1518,8 @@ public class BrowserApp extends GeckoApp
*
* @return true if this package is the default browser on this device, false otherwise.
*/
private boolean isDefaultBrowser() {
final Intent viewIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.mozilla.org"));
private boolean isDefaultBrowser(String action) {
final Intent viewIntent = new Intent(action, Uri.parse("http://www.mozilla.org"));
final ResolveInfo info = getPackageManager().resolveActivity(viewIntent, PackageManager.MATCH_DEFAULT_ONLY);
if (info == null) {
// No default is set

Просмотреть файл

@ -56,6 +56,7 @@ import org.mozilla.gecko.util.HardwareUtils;
import org.mozilla.gecko.util.NativeEventListener;
import org.mozilla.gecko.util.NativeJSObject;
import org.mozilla.gecko.util.PrefUtils;
import org.mozilla.gecko.util.StringUtils;
import org.mozilla.gecko.util.ThreadUtils;
import org.mozilla.gecko.webapp.EventListener;
import org.mozilla.gecko.webapp.UninstallListener;
@ -1086,11 +1087,10 @@ public abstract class GeckoApp
}
/**
* Check and start the Java profiler if MOZ_PROFILER_STARTUP env var is specified
* Check and start the Java profiler if MOZ_PROFILER_STARTUP env var is specified.
**/
protected void earlyStartJavaSampler(Intent intent)
{
String env = intent.getStringExtra("env0");
protected static void earlyStartJavaSampler(Intent intent) {
String env = StringUtils.getStringExtra(intent, "env0");
for (int i = 1; env != null; i++) {
if (env.startsWith("MOZ_PROFILER_STARTUP=")) {
if (!env.endsWith("=")) {
@ -1125,7 +1125,7 @@ public abstract class GeckoApp
final Intent intent = getIntent();
final String action = intent.getAction();
final String args = intent.getStringExtra("args");
final String args = StringUtils.getStringExtra(intent, "args");
earlyStartJavaSampler(intent);
@ -1836,20 +1836,22 @@ public abstract class GeckoApp
}
/*
* Handles getting a uri from and intent in a way that is backwards
* compatable with our previous implementations
* Handles getting a URI from an intent in a way that is backwards-
* compatible with our previous implementations.
*/
protected String getURIFromIntent(Intent intent) {
final String action = intent.getAction();
if (ACTION_ALERT_CALLBACK.equals(action) || NotificationHelper.HELPER_BROADCAST_ACTION.equals(action))
if (ACTION_ALERT_CALLBACK.equals(action) || NotificationHelper.HELPER_BROADCAST_ACTION.equals(action)) {
return null;
}
String uri = intent.getDataString();
if (uri != null)
if (uri != null) {
return uri;
}
if ((action != null && action.startsWith(ACTION_WEBAPP_PREFIX)) || ACTION_HOMESCREEN_SHORTCUT.equals(action)) {
uri = intent.getStringExtra("args");
uri = StringUtils.getStringExtra(intent, "args");
if (uri != null && uri.startsWith("--url=")) {
uri.replace("--url=", "");
}

Просмотреть файл

@ -35,7 +35,6 @@ import java.util.concurrent.ConcurrentLinkedQueue;
import org.json.JSONException;
import org.json.JSONObject;
import org.mozilla.gecko.AppConstants.Versions;
import org.mozilla.gecko.favicons.OnFaviconLoadedListener;
import org.mozilla.gecko.favicons.decoders.FaviconDecoder;
@ -56,6 +55,7 @@ import org.mozilla.gecko.util.NativeEventListener;
import org.mozilla.gecko.util.NativeJSContainer;
import org.mozilla.gecko.util.NativeJSObject;
import org.mozilla.gecko.util.ProxySelector;
import org.mozilla.gecko.util.StringUtils;
import org.mozilla.gecko.util.ThreadUtils;
import android.app.Activity;
@ -2595,10 +2595,15 @@ public class GeckoAppShell
return "DIRECT";
}
/* Downloads the uri pointed to by a share intent, and alters the intent to point to the locally stored file.
/* Downloads the URI pointed to by a share intent, and alters the intent to point to the locally stored file.
*/
public static void downloadImageForIntent(final Intent intent) {
final String src = intent.getStringExtra(Intent.EXTRA_TEXT);
final String src = StringUtils.getStringExtra(intent, Intent.EXTRA_TEXT);
if (src == null) {
showImageShareFailureToast();
return;
}
final File dir = GeckoApp.getTempDirectory();
if (dir == null) {

Просмотреть файл

@ -7,7 +7,7 @@ package org.mozilla.gecko;
import org.mozilla.gecko.gfx.BitmapUtils;
import org.mozilla.gecko.util.GeckoEventListener;
import org.mozilla.gecko.util.StringUtils;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
@ -135,9 +135,9 @@ public final class NotificationHelper implements GeckoEventListener {
JSONObject args = new JSONObject();
// The handler and cookie parameters are optional
// The handler and cookie parameters are optional.
final String handler = data.getQueryParameter(HANDLER_ATTR);
final String cookie = i.getStringExtra(COOKIE_ATTR);
final String cookie = StringUtils.getStringExtra(i, COOKIE_ATTR);
try {
args.put(ID_ATTR, id);

Просмотреть файл

@ -319,8 +319,6 @@ public class LoadFaviconTask {
// LoadFavicon tasks are performed on a unique background executor thread
// to avoid network blocking.
public final void execute() {
ThreadUtils.assertOnUiThread();
try {
Favicons.longRunningExecutor.execute(new Runnable() {
@Override
@ -359,6 +357,14 @@ public class LoadFaviconTask {
return null;
}
// Attempt to decode the favicon URL as a data URL. We don't bother storing such URIs in
// the database: the cost of decoding them here probably doesn't exceed the cost of mucking
// about with the DB.
LoadFaviconResult uriBitmaps = FaviconDecoder.decodeDataURI(faviconURL);
if (uriBitmaps != null) {
return pushToCacheAndGetResult(uriBitmaps);
}
String storedFaviconUrl;
boolean isUsingDefaultURL = false;

Просмотреть файл

@ -126,7 +126,7 @@ public class FaviconDecoder {
}
if (!uri.startsWith("data:image/")) {
Log.w(LOG_TAG, "Can't decode non-image data: URI.");
// Can't decode non-image data: URI.
return null;
}

Просмотреть файл

@ -89,7 +89,8 @@ class SearchEngineRow extends AnimatedHeightLayout {
if (v == mUserEnteredView) {
Telemetry.sendUIEvent(TelemetryContract.Event.LOAD_URL, TelemetryContract.Method.SUGGESTION, "user");
} else {
Telemetry.sendUIEvent(TelemetryContract.Event.LOAD_URL, TelemetryContract.Method.SUGGESTION, "engine");
final String extras = "engine." + (String) v.getTag();
Telemetry.sendUIEvent(TelemetryContract.Event.LOAD_URL, TelemetryContract.Method.SUGGESTION, extras);
}
mSearchListener.onSearch(mSearchEngine, suggestion);
}
@ -198,6 +199,9 @@ class SearchEngineRow extends AnimatedHeightLayout {
suggestionItem.setOnClickListener(mClickListener);
suggestionItem.setOnLongClickListener(mLongClickListener);
// Store the position of the suggestion for telemetry.
suggestionItem.setTag(String.valueOf(suggestionCounter));
final ImageView magnifier =
(ImageView) suggestionItem.findViewById(R.id.suggestion_magnifier);
magnifier.setVisibility(View.GONE);

Просмотреть файл

@ -115,7 +115,6 @@ $(eval $(call generated_file_template,suggestedsites,suggestedsites.json))
$(suggestedsites-dstdir-raw)/suggestedsites.json: FORCE
$(call py_action,generate_suggestedsites, \
--verbose \
--android-package-name=$(ANDROID_PACKAGE_NAME) \
--resources=$(srcdir)/../resources \
$(if $(filter en-US,$(AB_CD)),,--srcdir=$(l10n-srcdir)) \
@ -126,7 +125,6 @@ $(eval $(call generated_file_template,browsersearch,browsersearch.json))
$(browsersearch-dstdir-raw)/browsersearch.json: FORCE
$(call py_action,generate_browsersearch, \
--verbose \
$(if $(filter en-US,$(AB_CD)),,--srcdir=$(l10n-srcdir)) \
--srcdir=$(topsrcdir)/mobile/locales/en-US/chrome \
$@)

Просмотреть файл

@ -406,6 +406,7 @@ gbjar.sources += [
'TextSelection.java',
'TextSelectionHandle.java',
'ThumbnailHelper.java',
'toolbar/ActionBarViewFlipper.java',
'toolbar/AutocompleteHandler.java',
'toolbar/BackButton.java',
'toolbar/BrowserToolbar.java',

Просмотреть файл

@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:state_enabled="true">
<inset android:insetTop="@dimen/new_tablet_browser_toolbar_menu_item_inset_vertical"
android:insetBottom="@dimen/new_tablet_browser_toolbar_menu_item_inset_vertical"
android:insetLeft="@dimen/new_tablet_browser_toolbar_menu_item_inset_horizontal"
android:insetRight="@dimen/new_tablet_browser_toolbar_menu_item_inset_horizontal">
<shape android:shape="rectangle">
<solid android:color="#D7D7DC"/>
<corners android:radius="@dimen/new_tablet_browser_toolbar_menu_item_corner_radius"/>
</shape>
</inset>
</item>
<item android:state_focused="true"
android:state_pressed="false">
<inset android:insetTop="@dimen/new_tablet_browser_toolbar_menu_item_inset_vertical"
android:insetBottom="@dimen/new_tablet_browser_toolbar_menu_item_inset_vertical"
android:insetLeft="@dimen/new_tablet_browser_toolbar_menu_item_inset_horizontal"
android:insetRight="@dimen/new_tablet_browser_toolbar_menu_item_inset_horizontal">
<shape android:shape="rectangle">
<solid android:color="#C0C9D0"/>
<corners android:radius="@dimen/new_tablet_browser_toolbar_menu_item_corner_radius"/>
</shape>
</inset>
</item>
<item>
<shape android:shape="rectangle">
<solid android:color="@android:color/transparent"/>
</shape>
</item>
</selector>

Просмотреть файл

@ -6,12 +6,13 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#D1D5DA"
android:endColor="@android:color/transparent"
android:angle="90"/>
<solid android:color="#555555"/>
<size android:width="1dp"
android:height="32dp"/>
android:height="30dp"/>
<!-- We draw this ourselves in TabStripView.draw() and to avoid implementing more
than we have to, only bottom padding is taken into account. -->
<padding android:bottom="6dp"/>
</shape>

Просмотреть файл

@ -24,7 +24,7 @@
android:layout_alignLeft="@id/back"/>
<org.mozilla.gecko.toolbar.BackButton android:id="@id/back"
style="@style/UrlBar.ImageButton"
style="@style/UrlBar.ImageButton.NewTablet"
android:layout_width="@dimen/back_button_width"
android:layout_height="@dimen/back_button_width"
android:layout_centerVertical="true"
@ -61,32 +61,35 @@
<org.mozilla.gecko.widget.ThemedImageButton
android:id="@+id/tabs"
style="@style/UrlBar.ImageButton"
style="@style/UrlBar.ImageButton.NewTablet"
android:layout_toLeftOf="@id/menu"
android:background="@drawable/action_bar_button"/>
android:background="@drawable/new_tablet_action_bar_button"/>
<!-- In a 56dp space, centering 24dp image will leave 16dp on the horizontal sides. -->
<!-- In a 56x60dp space, centering 24dp image will leave 16x18dp. -->
<org.mozilla.gecko.toolbar.TabCounter android:id="@+id/tabs_counter"
style="@style/UrlBar.ImageButton.TabCount.NewTablet"
android:layout_alignLeft="@id/tabs"
android:layout_alignRight="@id/tabs"
android:layout_alignTop="@id/tabs"
android:layout_alignBottom="@id/tabs"
android:layout_margin="16dp"
android:layout_marginTop="18dp"
android:layout_marginBottom="18dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
gecko:layout="@layout/new_tablet_tabs_counter"/>
<org.mozilla.gecko.widget.ThemedImageButton
android:id="@+id/menu"
style="@style/UrlBar.ImageButton"
style="@style/UrlBar.ImageButton.NewTablet"
android:layout_alignParentRight="true"
android:layout_marginRight="6dp"
android:contentDescription="@string/menu"
android:background="@drawable/action_bar_button"
android:background="@drawable/new_tablet_action_bar_button"
android:visibility="gone"/>
<org.mozilla.gecko.widget.ThemedImageView
android:id="@+id/menu_icon"
style="@style/UrlBar.ImageButton"
style="@style/UrlBar.ImageButton.NewTablet"
android:layout_alignLeft="@id/menu"
android:layout_alignRight="@id/menu"
android:src="@drawable/new_tablet_menu"

Просмотреть файл

@ -36,6 +36,7 @@ import org.mozilla.gecko.overlays.service.sharemethods.ShareMethod;
import org.mozilla.gecko.LocaleAware;
import org.mozilla.gecko.sync.setup.activities.WebURLFinder;
import org.mozilla.gecko.util.HardwareUtils;
import org.mozilla.gecko.util.StringUtils;
import org.mozilla.gecko.util.ThreadUtils;
import org.mozilla.gecko.util.UIAsyncTask;
@ -115,7 +116,7 @@ public class ShareDialog extends LocaleAware.LocaleAwareActivity implements Send
final Resources resources = getResources();
// The URL is usually hiding somewhere in the extra text. Extract it.
final String extraText = intent.getStringExtra(Intent.EXTRA_TEXT);
final String extraText = StringUtils.getStringExtra(intent, Intent.EXTRA_TEXT);
if (TextUtils.isEmpty(extraText)) {
abortDueToNoURL();
return;

Просмотреть файл

@ -87,7 +87,7 @@
android:layout_height="@dimen/new_tablet_tab_strip_height"
android:visibility="gone"/>
<org.mozilla.gecko.widget.GeckoViewFlipper
<org.mozilla.gecko.toolbar.ActionBarViewFlipper
android:id="@+id/browser_actionbar"
android:layout_width="match_parent"
android:layout_height="@dimen/browser_toolbar_height"
@ -108,7 +108,7 @@
android:layout_width="match_parent"
style="@style/GeckoActionBar"/>
</org.mozilla.gecko.widget.GeckoViewFlipper>
</org.mozilla.gecko.toolbar.ActionBarViewFlipper>
</LinearLayout>

Просмотреть файл

@ -5,6 +5,10 @@
<resources>
<style name="UrlBar.ImageButton.NewTablet">
<item name="android:layout_width">@dimen/new_tablet_browser_toolbar_menu_item_width</item>
</style>
<style name="UrlBar.ImageButton.Forward">
<item name="android:contentDescription">@string/forward</item>
<item name="android:layout_width">45dip</item>
@ -33,6 +37,9 @@
<style name="UrlBar.ImageButton.TabCount.NewTablet">
<item name="android:background">@drawable/new_tablet_tabs_count</item>
<!-- From UrlBar.ImageButton.NewTablet because we can't inherit directly. -->
<item name="android:layout_width">@dimen/new_tablet_browser_toolbar_menu_item_width</item>
</style>
<style name="UrlBar.Button.Container">
@ -65,16 +72,27 @@
<style name="Widget.MenuItemActionBar">
<item name="android:layout_width">@dimen/browser_toolbar_height</item>
<item name="android:layout_height">@dimen/browser_toolbar_height</item>
<item name="android:padding">@dimen/browser_toolbar_button_padding</item>
<item name="android:background">@drawable/action_bar_button</item>
<item name="android:scaleType">fitCenter</item>
<!-- We split up padding* because we can't override it in *.NewTablet otherwise. -->
<item name="android:paddingTop">@dimen/browser_toolbar_button_padding</item>
<item name="android:paddingBottom">@dimen/browser_toolbar_button_padding</item>
<item name="android:paddingLeft">@dimen/browser_toolbar_button_padding</item>
<item name="android:paddingRight">@dimen/browser_toolbar_button_padding</item>
</style>
<style name="Widget.MenuItemActionBar.NewTablet">
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:padding">@dimen/new_tablet_browser_toolbar_menu_item_padding</item>
<item name="android:scaleType">center</item>
<item name="android:background">@drawable/new_tablet_action_bar_button</item>
<!-- layout_* doesn't work here, likely because it's an ImageButton, so we use padding instead. -->
<item name="android:paddingTop">@dimen/new_tablet_browser_toolbar_menu_item_padding_vertical</item>
<item name="android:paddingBottom">@dimen/new_tablet_browser_toolbar_menu_item_padding_vertical</item>
<item name="android:paddingLeft">@dimen/new_tablet_browser_toolbar_menu_item_padding_horizontal</item>
<item name="android:paddingRight">@dimen/new_tablet_browser_toolbar_menu_item_padding_horizontal</item>
</style>
<style name="Widget.BookmarksListView" parent="Widget.HomeListView">

Просмотреть файл

@ -20,9 +20,16 @@
<dimen name="new_tablet_tab_strip_height">48dp</dimen>
<dimen name="new_tablet_tab_strip_item_width">250dp</dimen>
<dimen name="new_tablet_tab_strip_item_margin">-30dp</dimen>
<dimen name="new_tablet_tab_strip_favicon_size">-30dp</dimen>
<dimen name="new_tablet_tab_strip_favicon_size">16dp</dimen>
<dimen name="new_tablet_forward_default_offset">-6dp</dimen>
<dimen name="new_tablet_browser_toolbar_menu_item_padding">19dp</dimen>
<dimen name="new_tablet_browser_toolbar_height">60dp</dimen>
<dimen name="new_tablet_browser_toolbar_menu_item_width">56dp</dimen>
<!-- Padding combines with an 18dp image to form the menu item width and height. -->
<dimen name="new_tablet_browser_toolbar_menu_item_padding_horizontal">19dp</dimen>
<dimen name="new_tablet_browser_toolbar_menu_item_padding_vertical">21dp</dimen>
<dimen name="new_tablet_browser_toolbar_menu_item_inset_vertical">5dp</dimen>
<dimen name="new_tablet_browser_toolbar_menu_item_inset_horizontal">3dp</dimen>
<dimen name="new_tablet_browser_toolbar_menu_item_corner_radius">5dp</dimen>
<dimen name="forward_default_offset">-13dip</dimen>
<!-- Dimensions used by Favicons and FaviconView -->

Просмотреть файл

@ -8,6 +8,7 @@ package org.mozilla.gecko.tabs;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.view.View;
@ -27,6 +28,10 @@ public class TabStripView extends TwoWayView {
private final TabStripAdapter adapter;
private final Drawable divider;
// Filled by calls to ShapeDrawable.getPadding();
// saved to prevent allocation in draw().
private final Rect dividerPadding = new Rect();
private boolean isPrivate;
public TabStripView(Context context, AttributeSet attrs) {
@ -41,6 +46,7 @@ public class TabStripView extends TwoWayView {
final Resources resources = getResources();
divider = resources.getDrawable(R.drawable.new_tablet_tab_strip_divider);
divider.getPadding(dividerPadding);
final int itemMargin =
resources.getDimensionPixelSize(R.dimen.new_tablet_tab_strip_item_margin);
@ -141,7 +147,7 @@ public class TabStripView extends TwoWayView {
public void draw(Canvas canvas) {
super.draw(canvas);
final int bottom = getHeight() - getPaddingBottom();
final int bottom = getHeight() - getPaddingBottom() - dividerPadding.bottom;
final int top = bottom - divider.getIntrinsicHeight();
final int dividerWidth = divider.getIntrinsicWidth();

Просмотреть файл

@ -6,14 +6,18 @@ package org.mozilla.gecko.tests;
import java.util.Map;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
import org.mozilla.gecko.AppConstants;
import org.mozilla.gecko.Assert;
import org.mozilla.gecko.FennecInstrumentationTestRunner;
import org.mozilla.gecko.FennecMochitestAssert;
import org.mozilla.gecko.FennecNativeDriver;
import org.mozilla.gecko.FennecTalosAssert;
import org.mozilla.gecko.AppConstants;
import android.app.Activity;
import android.content.Context;
import android.os.PowerManager;
@ -110,6 +114,33 @@ public abstract class BaseRobocopTest extends ActivityInstrumentationTestCase2<A
mAsserter.setTestName(getClass().getName());
}
/**
* Function to early abort if we can't reach the given HTTP server. Provides local testers
* with diagnostic information. Not currently available for TALOS tests, which are rarely run
* locally in any case.
*/
public void throwIfHttpGetFails() {
if (getTestType() == Type.TALOS) {
return;
}
// rawURL to test fetching from. This should be a raw (IP) URL, not an alias
// (like mochi.test). We can't (easily) test fetching from the aliases, since
// those are managed by Fennec's proxy settings.
final String rawUrl = ((String) mConfig.get("rawhost")).replaceAll("(/$)", "");
try {
final HttpClient httpclient = new DefaultHttpClient();
final HttpResponse response = httpclient.execute(new HttpGet(rawUrl));
final int statusCode = response.getStatusLine().getStatusCode();
if (200 != statusCode) {
throw new IllegalStateException("Status code: " + statusCode);
}
} catch (Exception e) {
mAsserter.ok(false, "Robocop tests on your device need network/wifi access to reach: [" + rawUrl + "].", e.toString());
}
}
/**
* Ensure that the screen on the test device is powered on during tests.
*/

Просмотреть файл

@ -122,7 +122,8 @@ abstract class BaseTest extends BaseRobocopTest {
mDevice = new Device();
mDatabaseHelper = new DatabaseHelper(mActivity, mAsserter);
// Ensure Robocop tests are run with Display powered on.
// Ensure Robocop tests have access to network, and are run with Display powered on.
throwIfHttpGetFails();
throwIfScreenNotOn();
}

Просмотреть файл

@ -75,7 +75,8 @@ abstract class UITest extends BaseRobocopTest
initComponents();
initHelpers();
// Ensure Robocop tests are run with Display powered on.
// Ensure Robocop tests have access to network, and are run with Display powered on.
throwIfHttpGetFails();
throwIfScreenNotOn();
}

Просмотреть файл

@ -0,0 +1,38 @@
/* -*- Mode: Java; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil; -*-
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.gecko.toolbar;
import org.mozilla.gecko.NewTabletUI;
import org.mozilla.gecko.R;
import org.mozilla.gecko.widget.GeckoViewFlipper;
import android.content.Context;
import android.util.AttributeSet;
import android.view.ViewGroup;
//TODO: (bug 1058909) Remove this class when old tablet is removed.
/**
* A temporary view that sets its height based on whether we are on new tablet or not.
* Note that this view should be removed when the old tablet is removed and replaced with using
* browser_toolbar_height directly.
*/
public class ActionBarViewFlipper extends GeckoViewFlipper {
public ActionBarViewFlipper(final Context context, final AttributeSet attrs) {
super(context, attrs);
}
@Override
public void onAttachedToWindow() {
super.onAttachedToWindow();
if (NewTabletUI.isEnabled(getContext())) {
final ViewGroup.LayoutParams lp = getLayoutParams();
lp.height = getResources().getDimensionPixelSize(R.dimen.new_tablet_browser_toolbar_height);
setLayoutParams(lp);
}
}
}

Просмотреть файл

@ -5,8 +5,10 @@
package org.mozilla.gecko.util;
import android.content.Intent;
import android.net.Uri;
import android.text.TextUtils;
import android.util.Log;
public class StringUtils {
@ -186,4 +188,13 @@ public class StringUtils {
public static String encodeUserEnteredUrl(String url) {
return Uri.fromParts("user-entered", url, null).toString();
}
public static String getStringExtra(Intent intent, String name) {
try {
return intent.getStringExtra(name);
} catch (android.os.BadParcelableException ex) {
Log.w("GeckoUtils", "Couldn't get string extra: malformed intent.");
return null;
}
}
}

Просмотреть файл

@ -109,7 +109,7 @@ public class SuggestionsFragment extends Fragment {
view.getGlobalVisibleRect(startBounds);
// The user tapped on a suggestion from the search engine.
Telemetry.sendUIEvent(TelemetryContract.Event.SEARCH, TelemetryContract.Method.SUGGESTION, "suggest");
Telemetry.sendUIEvent(TelemetryContract.Event.SEARCH, TelemetryContract.Method.SUGGESTION, position);
searchListener.onSearch(suggestion.value, new SuggestionAnimation() {
@Override

Просмотреть файл

@ -1092,4 +1092,4 @@ static const TransportSecurityPreload kPublicKeyPinningPreloadList[] = {
static const int32_t kUnknownId = -1;
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1420279733906000);
static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1420884673118000);

Просмотреть файл

@ -1,172 +1,642 @@
accounts.firefox.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
accounts.google.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
accounts.google.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
aclu.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
activiti.alfresco.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
adamkostecki.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
addvocate.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
admin.google.com: did not receive HSTS header (error ignored - included regardless)
adsfund.org: could not connect to host
aie.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
airbnb.com: did not receive HSTS header
aladdinschools.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
alexsexton.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
alpha.irccloud.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ansdell.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
anycoin.me: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
apadvantage.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
api.intercom.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
api.lookout.com: could not connect to host
api.mega.co.nz: could not connect to host
api.recurly.com: did not receive HSTS header
api.simple.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
api.xero.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
apis.google.com: did not receive HSTS header (error ignored - included regardless)
apn-einstellungen.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
app.lookout.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
app.manilla.com: could not connect to host
app.recurly.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
app.simpletax.ca: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
app.yinxiang.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
appengine.google.com: did not receive HSTS header (error ignored - included regardless)
appseccalifornia.org: did not receive HSTS header
archlinux.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
arivo.com.br: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
auf-feindgebiet.de: could not connect to host
azprep.us: did not receive HSTS header
baer.im: did not receive HSTS header
baer.im: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bank.simple.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
barcodeberlin.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
baruch.me: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bassh.net: did not receive HSTS header
bayrisch-fuer-anfaenger.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bccx.com: could not connect to host
bcrook.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
beastowner.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
beastowner.li: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bedeta.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
beneathvt.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
benjamins.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
best-wedding-quotes.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
betnet.fr: could not connect to host
bigshinylock.minazo.net: could not connect to host
bitbucket.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bitfactory.ws: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bl4ckb0x.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bl4ckb0x.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bl4ckb0x.info: could not connect to host
bl4ckb0x.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bl4ckb0x.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
blacklane.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
blocksatz-medien.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
blog.cyveillance.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
blog.gparent.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
blog.linode.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
blog.lookout.com: did not receive HSTS header
blog.torproject.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bohramt.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
boxcryptor.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
braintreegateway.com: did not receive HSTS header
braintreepayments.com: did not receive HSTS header
browserid.org: did not receive HSTS header
brunosouza.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
buddhistische-weisheiten.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bugzil.la: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
bugzilla.mozilla.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
business.lookout.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
business.medbank.com.mt: did not receive HSTS header
calyxinstitute.org: could not connect to host
bytepark.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ca.gparent.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
calyxinstitute.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
carezone.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
carlolly.co.uk: did not receive HSTS header
cartouche24.eu: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
cartucce24.it: could not connect to host
celltek-server.de: did not receive HSTS header
cert.se: max-age too low: 2628001
cert.se: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
certible.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
check.torproject.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
checkout.google.com: did not receive HSTS header (error ignored - included regardless)
chrome-devtools-frontend.appspot.com: did not receive HSTS header (error ignored - included regardless)
chrome.google.com: did not receive HSTS header (error ignored - included regardless)
chromiumcodereview.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
chromiumcodereview.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
clapping-rhymes.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
cloud.google.com: did not receive HSTS header (error ignored - included regardless)
cloudcert.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
cloudns.com.au: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
cloudsecurityalliance.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
cloudup.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
code-poets.co.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
code.google.com: did not receive HSTS header (error ignored - included regardless)
codereview.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
codereview.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
codereview.chromium.org: did not receive HSTS header (error ignored - included regardless)
config.schokokeks.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
conformal.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
conrad-kostecki.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
controlcenter.gigahost.dk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
crate.io: did not receive HSTS header
crbug.com: did not receive HSTS header
crm.onlime.ch: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
crowdcurity.com: did not receive HSTS header
crypto.cat: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
crypto.is: did not receive HSTS header
cryptopartyatx.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
csawctf.poly.edu: did not receive HSTS header
cube.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
cupcake.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
cupcake.is: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
cybershambles.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
cybozu.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
cyphertite.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
daphne.informatik.uni-freiburg.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
data-abundance.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
data.qld.gov.au: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
datenkeks.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
davidlyness.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
dedimax.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
derhil.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
detectify.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
developer.mydigipass.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
die-besten-weisheiten.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
dillonkorman.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
discovery.lookout.com: did not receive HSTS header
dist.torproject.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
dl.google.com: did not receive HSTS header (error ignored - included regardless)
dm.lookout.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
dm.mylookout.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
docs.google.com: did not receive HSTS header (error ignored - included regardless)
docs.python.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
domains.google.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
domains.google.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
donmez.ws: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
download.jitsi.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
drive.google.com: did not receive HSTS header (error ignored - included regardless)
dropbox.com: max-age too low: 2592000
dropbox.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
dropcam.com: did not receive HSTS header
ebanking.indovinabank.com.vn: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ecosystem.atlassian.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ed.gs: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
edmodo.com: did not receive HSTS header
edyou.eu: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
eff.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
email.lookout.com: could not connect to host
emailprivacytester.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
encircleapp.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
encrypted.google.com: did not receive HSTS header (error ignored - included regardless)
energy-drink-magazin.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
entropia.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
epoxate.com: did not receive HSTS header
errors.zenpayroll.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
espra.com: could not connect to host
f-droid.org: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ethitter.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
eurotramp.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
explodie.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
f-droid.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
factor.cc: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
fairbill.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
faq.lookout.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
fatzebra.com.au: did not receive HSTS header
feedbin.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ferienhaus-polchow-ruegen.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
fiken.no: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
firemail.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
fischer-its.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
fj.simple.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
flynn.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
forewordreviews.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
forodeespanol.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
forum.linode.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
forum.quantifiedself.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
freeshell.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
gamesdepartment.co.uk: did not receive HSTS header
gemeinfreie-lieder.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
gernert-server.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
get.zenpayroll.com: did not receive HSTS header
getcloak.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
getdigitized.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
getlantern.org: did not receive HSTS header
giacomopelagatti.it: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
glass.google.com: did not receive HSTS header (error ignored - included regardless)
globalcs.co.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
globuli-info.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
gmail.com: did not receive HSTS header (error ignored - included regardless)
gmantra.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
go.xero.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
gocardless.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
googlemail.com: did not receive HSTS header (error ignored - included regardless)
googleplex.com: could not connect to host
googleplex.com: could not connect to host (error ignored - included regardless)
goto.google.com: did not receive HSTS header (error ignored - included regardless)
gparent.org: did not receive HSTS header
grc.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
greensolid.biz: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
greplin.com: did not receive HSTS header
grepular.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
groups.google.com: did not receive HSTS header (error ignored - included regardless)
guphi.net: did not receive HSTS header
guphi.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
guthabenkarten-billiger.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
hackerone-user-content.com: could not connect to host
hackerone.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
harvestapp.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
hasilocke.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
haste.ch: could not connect to host
heha.co: could not connect to host
haufschild.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
hausverbrauch.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
heha.co: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
helichat.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
help.simpletax.ca: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
helpium.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
hex2013.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
history.google.com: did not receive HSTS header (error ignored - included regardless)
hoerbuecher-und-hoerspiele.de: did not receive HSTS header
honeytracks.com: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
honeytracks.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
hostedtalkgadget.google.com: did not receive HSTS header (error ignored - included regardless)
hostinginnederland.nl: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
hostix.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
howrandom.org: could not connect to host
in.xero.com: max-age too low: 3600
iban.is: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
id.atlassian.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
id.mayfirst.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ihrlotto.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
imouto.my: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
in.xero.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
inertianetworks.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
intercom.io: did not receive HSTS header
iop.intuit.com: max-age too low: 86400
iop.intuit.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
irccloud.com: did not receive HSTS header
irische-segenswuensche.info: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
isitchristmas.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
it-schwerin.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
itriskltd.com: did not receive HSTS header
jackyyf.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
janoberst.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
janus-engineering.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
jelmer.co.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
jelmer.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
jfreitag.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
jitsi.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
jonas-keidel.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
jonaswitmer.ch: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
jottit.com: could not connect to host
julian-kipka.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
k-dev.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
kardize24.pl: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
keeperapp.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
keepersecurity.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
kernel-error.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
keyerror.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
keymaster.lookout.com: did not receive HSTS header
kiwiirc.com: max-age too low: 5256000
kinderbuecher-kostenlos.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
kinsights.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
kitsta.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
kiwiirc.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
klatschreime.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
klaxn.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
kleidertauschpartys.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
konklone.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
koop-bremen.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
koordinate.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
kraken.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
kura.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lagerauftrag.info: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lasst-uns-beten.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lastpass.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
launchkey.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lavalite.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lb-toner.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ledgerscope.net: did not receive HSTS header
liberty.lavabit.com: could not connect to host
library.linode.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lifeguard.aecom.com: did not receive HSTS header
linode.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
linx.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lists.mayfirst.org: did not receive HSTS header
logentries.com: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
login.corp.google.com: max-age too low: 7776000 (error ignored - included regardless)
lockify.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
loenshotel.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
loftboard.eu: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
logentries.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
login.corp.google.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
login.corp.google.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
login.persona.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
login.sapo.pt: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
login.xero.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
logotype.se: did not receive HSTS header
ludwig.im: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lumi.do: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lolicore.ch: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lookout.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ludwig.im: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
lumi.do: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
luneta.nearbuysystems.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
m.gparent.org: could not connect to host
mach-politik.ch: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mail.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mail.google.com: did not receive HSTS header (error ignored - included regardless)
mailbox.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
makeyourlaws.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
malnex.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
manage.zenpayroll.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
manageprojects.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
manager.linode.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mandala-ausmalbilder.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
market.android.com: did not receive HSTS header (error ignored - included regardless)
markusueberallassetmanagement.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mathiasbynens.be: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
matteomarescotti.name: could not connect to host
mattmccutchen.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mbp.banking.co.at: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mediacru.sh: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
medium.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mega.co.nz: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
members.mayfirst.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
members.nearlyfreespeech.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mig5.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mikewest.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
miku.hatsune.my: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
miskatonic.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mnsure.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mobile.usaa.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mobilethreat.net: could not connect to host
mobilethreatnetwork.net: could not connect to host
mondwandler.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mountainroseherbs.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
movlib.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mudcrab.us: could not connect to host
munich-rage.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
musicgamegalaxy.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mutantmonkey.sexy: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mwe.st: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
my.alfresco.com: did not receive HSTS header
my.onlime.ch: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
my.xero.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mydigipass.com: did not receive HSTS header
mykolab.com: did not receive HSTS header
mylookout.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
mynigma.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
nachsenden.info: did not receive HSTS header
neg9.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
neilwynne.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
neonisi.com: could not connect to host
netzbit.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
netzpolitik.org: did not receive HSTS header
nexth.de: could not connect to host
nexth.net: could not connect to host
nexth.us: could not connect to host
ng-security.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
noexpect.org: could not connect to host
npw.net: did not receive HSTS header
npw.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
onedrive.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
onedrive.live.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
openshift.redhat.com: did not receive HSTS header
oplop.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
opsmate.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
optimus.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
otakuworld.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ottospora.nl: could not connect to host
oversight.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
p.linode.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
packagist.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
pajonzeck.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
palava.tv: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
passport.yandex.by: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
passport.yandex.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
passport.yandex.com.tr: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
passport.yandex.kz: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
passport.yandex.ru: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
passport.yandex.ua: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
passwd.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
passwordbox.com: did not receive HSTS header
paypal.com: max-age too low: 14400
payroll.xero.com: max-age too low: 3600
paste.linode.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
pastebin.linode.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
pay.gigahost.dk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
paymill.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
paymill.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
paypal.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
payroll.xero.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
pdf.yt: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
picksin.club: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
pierre-schmitz.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
piratenlogin.de: did not receive HSTS header
pixi.me: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
platform.lookout.com: could not connect to host
play.google.com: did not receive HSTS header (error ignored - included regardless)
plus.google.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
plus.google.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
plus.sandbox.google.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
plus.sandbox.google.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
portal.tirol.gv.at: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
posteo.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
pressfreedomfoundation.org: did not receive HSTS header
prodpad.com: did not receive HSTS header
profiles.google.com: did not receive HSTS header (error ignored - included regardless)
projektzentrisch.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
promecon-gmbh.de: did not receive HSTS header
prowhisky.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
pubkey.is: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
publications.qld.gov.au: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
pult.co: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
pypi.python.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
python.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
qetesh.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
rad-route.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
raiseyourflag.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
rapidresearch.me: could not connect to host
redports.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
reedloden.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
reserve-online.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
reviews.anime.my: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
riccy.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
riesenmagnete.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
rippleunion.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
riseup.net: did not receive HSTS header
rme.li: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
robteix.com: did not receive HSTS header
roddis.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
romab.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
rosenkeller.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
roundcube.mayfirst.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
rws-vertriebsportal.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
s-c.se: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
sah3.net: could not connect to host
sakaki.anime.my: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
salaervergleich.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
sandbox.mydigipass.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
saturngames.co.uk: did not receive HSTS header
schokokeks.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
schwarzer.it: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
scrambl.is: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
script.google.com: did not receive HSTS header (error ignored - included regardless)
sdsl-speedtest.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
security-carpet.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
security.google.com: did not receive HSTS header (error ignored - included regardless)
securityheaders.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
secuvera.de: could not connect to host
seifried.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
semenkovich.com: did not receive HSTS header
serverdensity.io: did not receive HSTS header
servethecity-karlsruhe.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
sherbers.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
shodan.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
shops.neonisi.com: could not connect to host
siammedia.co: did not receive HSTS header
silentcircle.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
silentcircle.org: could not connect to host
simon.butcher.name: max-age too low: 2629743
simbolo.co.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
simon.butcher.name: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
simple.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
simpletax.ca: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
simplystudio.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
sites.google.com: did not receive HSTS header (error ignored - included regardless)
skydrive.live.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
sol.io: could not connect to host
souyar.de: could not connect to host
souyar.net: could not connect to host
souyar.us: could not connect to host
spreadsheets.google.com: did not receive HSTS header (error ignored - included regardless)
sprueche-zum-valentinstag.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
sprueche-zur-geburt.info: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
sprueche-zur-hochzeit.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
sprueche-zur-konfirmation.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
square.com: did not receive HSTS header
squareup.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ssl.google-analytics.com: did not receive HSTS header (error ignored - included regardless)
ssl.panoramio.com: did not receive HSTS header
stage.wepay.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
static.wepay.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
stationary-traveller.eu: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
stocktrade.de: could not connect to host
stripe.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
strongest-privacy.com: could not connect to host
studydrive.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
subrosa.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
sunshinepress.org: could not connect to host
supplies24.at: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
supplies24.es: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
support.mayfirst.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
surfeasy.com: did not receive HSTS header
surkatty.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tageau.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
talk.google.com: did not receive HSTS header (error ignored - included regardless)
talkgadget.google.com: did not receive HSTS header (error ignored - included regardless)
tatort-fanpage.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tektoria.de: did not receive HSTS header
tent.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
texte-zur-taufe.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
thepaymentscompany.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
therapynotes.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tinfoilsecurity.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tinte24.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tintenfix.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tipps-fuer-den-haushalt.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tittelbach.at: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tomfisher.eu: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
toner24.at: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
toner24.co.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
toner24.es: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
toner24.fr: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
toner24.it: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
toner24.nl: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
toner24.pl: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tonerdepot.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tonerjet.at: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tonerjet.co.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tonerklick.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tonerkurier.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tonermaus.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tonermonster.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tonex.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tonex.nl: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
torproject.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
translate.googleapis.com: did not receive HSTS header (error ignored - included regardless)
trauertexte.info: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
tunebitfm.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
twitter.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ub3rk1tten.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ubertt.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
ukrainians.ch: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
unterfrankenclan.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
uprotect.it: could not connect to host
usaa.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
viennan.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
vmoagents.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
vocaloid.my: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
w-spotlight.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
w-spotlight.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
wallet.google.com: did not receive HSTS header (error ignored - included regardless)
webandmore.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
webcollect.org.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
webfilings-eu-mirror.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
webfilings-eu-mirror.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
webfilings-eu.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
webfilings-eu.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
webfilings-mirror-hrd.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
webfilings-mirror-hrd.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
webfilings.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
webfilings.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
webmail.gigahost.dk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
webmail.mayfirst.org: did not receive HSTS header
wf-training-master.appspot.com: could not connect to host
wf-training-master.appspot.com: could not connect to host (error ignored - included regardless)
webmail.onlime.ch: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
webmail.schokokeks.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
websenat.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
welches-kinderfahrrad.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wepay.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wf-bigsky-master.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wf-bigsky-master.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
wf-demo-eu.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wf-demo-eu.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
wf-demo-hrd.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wf-demo-hrd.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
wf-dogfood-hrd.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wf-dogfood-hrd.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
wf-pentest.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wf-pentest.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
wf-staging-hr.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wf-staging-hr.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
wf-training-hrd.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wf-training-hrd.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
wf-training-master.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wf-training-master.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
wf-trial-hrd.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wf-trial-hrd.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
whonix.org: did not receive HSTS header
www.calyxinstitute.org: could not connect to host
wiki.python.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wildbee.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
winhistory-forum.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wiz.biz: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
writeapp.me: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
wunderlist.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.aclu.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.airbnb.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.apollo-auto.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.banking.co.at: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.braintreepayments.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.calyxinstitute.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.capitainetrain.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.cueup.com: could not connect to host
www.cyveillance.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.developer.mydigipass.com: could not connect to host
www.dropbox.com: max-age too low: 2592000
www.dropbox.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.dropcam.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.elanex.biz: did not receive HSTS header
www.entropia.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.eternalgoth.co.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.evernote.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.gamesdepartment.co.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.getcloak.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.gmail.com: did not receive HSTS header (error ignored - included regardless)
www.googlemail.com: did not receive HSTS header (error ignored - included regardless)
www.gov.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.grc.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.greplin.com: did not receive HSTS header
www.heliosnet.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.intercom.io: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.irccloud.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.jitsi.org: did not receive HSTS header
www.lastpass.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.ledgerscope.net: did not receive HSTS header
www.linode.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.logentries.com: did not receive HSTS header
www.lookout.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.makeyourlaws.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.moneybookers.com: did not receive HSTS header
www.mydigipass.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.mylookout.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.neonisi.com: could not connect to host
www.paycheckrecords.com: max-age too low: 86400
www.noisebridge.net: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.opsmate.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.paycheckrecords.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.paypal.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.python.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.rme.li: did not receive HSTS header
www.roddis.net: did not receive HSTS header
www.sandbox.mydigipass.com: could not connect to host
www.schokokeks.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.simbolo.co.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.simple.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.surfeasy.com: did not receive HSTS header
zoo24.de: max-age too low: 2592000
www.therapynotes.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.tinfoilsecurity.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.torproject.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.twitter.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.usaa.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.wepay.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
www.zenpayroll.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
xbrlsuccess.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
xbrlsuccess.appspot.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no] (error ignored - included regardless)
xps2pdf.co.uk: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
y-o-w.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
z.ai: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
zenpayroll.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
zeropush.com: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
zoo24.de: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]
zotero.org: [Exception... "Could not convert JavaScript argument - 0 was passed, expected object. Did you mean null? arg 3 [nsISiteSecurityService.processHeader]" nsresult: "0x80570035 (NS_ERROR_XPC_BAD_CONVERT_JS_ZERO_ISNOT_NULL)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 124" data: no]

Просмотреть файл

@ -8,7 +8,7 @@
/*****************************************************************************/
#include <stdint.h>
const PRTime gPreloadListExpirationTime = INT64_C(1422698928654000);
const PRTime gPreloadListExpirationTime = INT64_C(1423303867520000);
class nsSTSPreload
{
@ -88,7 +88,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "checkout.google.com", true },
{ "chrome-devtools-frontend.appspot.com", true },
{ "chrome.google.com", true },
{ "chromiumcodereview.appspot.com", false },
{ "chromiumcodereview.appspot.com", true },
{ "clapping-rhymes.com", true },
{ "cloud.google.com", true },
{ "cloudcert.org", true },
@ -97,7 +97,7 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "cloudup.com", true },
{ "code-poets.co.uk", true },
{ "code.google.com", true },
{ "codereview.appspot.com", false },
{ "codereview.appspot.com", true },
{ "codereview.chromium.org", true },
{ "config.schokokeks.org", false },
{ "conformal.com", true },
@ -328,8 +328,8 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "pierre-schmitz.com", true },
{ "pixi.me", true },
{ "play.google.com", false },
{ "plus.google.com", false },
{ "plus.sandbox.google.com", false },
{ "plus.google.com", true },
{ "plus.sandbox.google.com", true },
{ "portal.tirol.gv.at", true },
{ "posteo.de", true },
{ "profiles.google.com", true },
@ -351,7 +351,6 @@ static const nsSTSPreload kSTSPreloadList[] = {
{ "riesenmagnete.de", true },
{ "rippleunion.com", true },
{ "rme.li", false },
{ "robteix.com", true },
{ "roddis.net", false },
{ "romab.com", true },
{ "rosenkeller.org", true },

Просмотреть файл

@ -6217,6 +6217,11 @@
"kind": "boolean",
"description": "The result of the startup default desktop browser check."
},
"BROWSER_IS_ASSIST_DEFAULT": {
"expires_in_version": "never",
"kind": "boolean",
"description": "The result of the default browser check for assist intent."
},
"MIXED_CONTENT_PAGE_LOAD": {
"expires_in_version": "never",
"kind": "enumerated",