emacs-devel
[Top][All Lists]
Advanced

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

Re: official Emacs Docker image


From: Giuseppe Scrivano
Subject: Re: official Emacs Docker image
Date: Mon, 13 Feb 2017 10:55:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Richard Stallman <address@hidden> writes:

> [[[ 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. ]]]
>
> Please forgive me for taking a week to answer.
>
>   > While the registration page doesn't work without JS, from a quick view I
>   > can see only some trivial JS code there.  I thought it was fine to not
>   > consider such code as a program.  Or is there anything more than that?
>
> Maybe.  Could you try accessing that using LibreJS and see if it says
> that code is trivial?
>
> Can you show us the complete JS code involved?

LibreJS reports these three chunks of code:

(
        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');

/////////////////////////////////////////////////////////////////////////

(
      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);
      }());

/////////////////////////////////////////////////////////////////////////

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…

Regards,
Giuseppe



reply via email to

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