From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: official Emacs Docker image Date: Mon, 13 Feb 2017 19:48:41 -0500 Message-ID: References: <87k29gsgam.fsf@lifelogs.com> <87k29cmq1u.fsf@elephly.net> <8737g0qw7z.fsf@lifelogs.com> <87vasvnvty.fsf@lifelogs.com> <87bmumrkzn.fsf@flea> <87tw8cr7v0.fsf@flea> <87wpd7rc70.fsf@xsteve.at> <8760krqtf9.fsf@flea> <87shnuq1z2.fsf@flea> <87vasqbqfw.fsf@gnu.org> <87fujupp89.fsf@flea> <87shnu7eau.fsf@gnu.org> <8737frvbkw.fsf@redhat.com> <877f4u2z5a.fsf@redhat.com> Reply-To: rms@gnu.org NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1487033342 2469 195.159.176.226 (14 Feb 2017 00:49:02 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 14 Feb 2017 00:49:02 +0000 (UTC) Cc: mtg@gnu.org, rms@gnu.org, emacs-devel@gnu.org To: Giuseppe Scrivano Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 14 01:48:55 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cdRIc-0008UP-2K for ged-emacs-devel@m.gmane.org; Tue, 14 Feb 2017 01:48:54 +0100 Original-Received: from localhost ([::1]:60291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdRIh-0005sf-Mz for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2017 19:48:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdRIb-0005sW-30 for emacs-devel@gnu.org; Mon, 13 Feb 2017 19:48:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cdRIZ-0002tB-R3 for emacs-devel@gnu.org; Mon, 13 Feb 2017 19:48:53 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cdRIW-0002sA-Mv; Mon, 13 Feb 2017 19:48:48 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1cdRIP-0003ln-Qv; Mon, 13 Feb 2017 19:48:41 -0500 In-reply-to: <877f4u2z5a.fsf@redhat.com> (message from Giuseppe Scrivano on Mon, 13 Feb 2017 10:55:29 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:212357 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > ( > function(w,d,s,l,i){ > w[l]=w[l]||[]; > w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'}); > var f=d.getElementsByTagName(s)[0], > j=d.createElement(s), > dl=l!='dataLayer'?'&l='+l:''; > j.async=true; > j.src='//www.googletagmanager.com/gtm.js?id='+i+dl; > f.parentNode.insertBefore(j,f); > } > )(window,document,'script','dataLayer','GTM-KB4JTX'); That appears to be spywaqre, and there should be no problem if it does not execute. > ( > function(){ > window._pxAppId ='PXPmP8ILuI'; > window._pxPubHost = 'collector.a'; > var p = document.getElementsByTagName('script')[0], > s = document.createElement('script'); > s.async = 1; > s.src = '//client.a.pxi.pub/PXPmP8ILuI/main.min.js'; > p.parentNode.insertBefore(s,p); > }()); I'd say that is trivial. What doesw LibreJS say about it? > window.App={"context":{"dispatcher":{"stores":{"SSOStore":{"isSSOEnabled":true},"ApplicationStore":{"route":{"routes":[{"name":"app","component":function StoreConnector(props, context) { > React.Component.apply(this, arguments); > this.state = this.getStateFromStores(); > this._onStoreChange = null; > this._isMounted = false; > },"childRoutes":[{"name":"login","path":"\u002Flogin\u002F","component":function (props, context, updater) { > // This constructor is overridden by mocks. The argument is used > // by mocks to assert on what gets mounted. > if (process.env.NODE_ENV !== 'production') { > process.env.NODE_ENV !== 'production' ? warning(this instanceof Constructor, 'Something is calling a React component directly. Use a factory or ' + 'JSX instead. See: https://fb.me/react-legacyfactory') : undefined; > } > // Wire up auto-binding > if (this.__reactAutoBindMap) { > bindAutoBindMethods(this); > } > this.pr… This seems to break off in the middle -- what's the rest? I think it is nontrivial. But I can't imagine why they would object to putting a free license on it. Can someone please ask them? -- Dr Richard Stallman President, Free Software Foundation (gnu.org, fsf.org) Internet Hall-of-Famer (internethalloffame.org) Skype: No way! See stallman.org/skype.html.