emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: official Emacs Docker image


From: Richard Stallman
Subject: Re: official Emacs Docker image
Date: Mon, 13 Feb 2017 19:48:41 -0500

[[[ 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]