Skip to main content

Wikimedia Foundation expresses deep concerns about India’s proposed intermediary liability rules

Wikimedia Foundation, the nonprofit group that operates Wikipedia and a number of other projects, has urged the Indian government to rethink the proposed changes to the nation’s intermediary liability rules that would affect swathes of companies and the way more than half a billion people access information online.

The organization has also urged the Indian government to make public the latest proposed changes to the intermediary rules so that all stakeholders have a chance to participate in a “robust and informed debate about how the internet should be governed in India.”

India proposed changes to intermediary rules (PDF) in late December last year and it is expected to approve it in the coming months. Under the proposal, the Indian Ministry of Electronics and IT requires “intermediary” apps — which as per its definition, includes any service with more than 5 million users — to set up a local office and have a senior executive in the nation who can be held responsible for any legal issues.

Amanda Keton, general counsel of Wikimedia Foundation, said on Thursday that India’s proposed changes to the intermediary rules may have serious impact on Wikipedia’s business — as it operates an open editing model that relies on users to contribute new articles and make changes to existing articles on Wikipedia — as well as those of other organizations.

The rules may also create a “significant financial burden” for nonprofit technology organizations and impede free expression rights for internet users in India, she said. Wikimedia Foundation conveyed its concerns to Ravi Shankar Prasad, the Minister of Electronics and IT in India. The company also published the letter on its blog for the world to see.

India’s latest changes to intermediary rules, which have been drafted to make the internet a safer experience for local residents, also require intermediaries to deploy automated tools “for proactively identifying and removing or disabling public access to unlawful information or content.”

The proposed changes have raised concerns for many. In a joint letter (PDF) earlier this year, Mozilla, Microsoft’s GitHub and Wikimedia had cautioned the Indian government that requiring intermediaries to proactively purge their platforms of unlawful content “would upend the careful balance set out in the existing law which places liability on the bad actors who engage in illegal activities, and only holds companies accountable when they know of such acts.”

The groups also cautioned that drafted measures “would significantly expand surveillance requirements on internet services.” Several trade bodies in India, that represent a number of major firms including Google and Facebook, have also suggested major changes to the proposal.

In the open letter published today, Wikimedia’s Keton reiterated several of those concerns, adding that “neither participants in the consultation nor the public have seen a new draft of these rules since [last year].” She also requested the government to redefine, how it has in another recently proposed set of rules, the way it classifies an entity as an intermediary as the current version seems to have far-reaching scope.

India is the fifth largest market for Wikipedia — more than 771 million users from the country visited the online encyclopaedia last month. Wikimedia has run several programs in India to invite people to expand the online encyclopaedia in Indic languages.

Keton urged the government to rethink the requirement to bring “traceability” on online communication, as doing so would interfere with the ability of Wikipedia contributors to freely participate in the project. (On the point of traceability, WhatsApp has said complying to such requirement would compromise encryption for every user.)



from TechCrunch https://ift.tt/362M7rQ

Comments

Popular posts from this blog

Bill Gates steps down from Microsoft’s board to focus on philanthropy

In an announcement on Friday, Microsoft revealed that company co-founder Bill Gates has decided to step down from his role on its Board of Directors in order to focus on his philanthropic efforts at the Bill & Melinda Gates Foundation. This is Gate’s biggest change to his role at Microsoft since stepping down as company chairman in February 2014. According … Continue reading from SlashGear https://ift.tt/2We90Gu

World Economic Forum launches Global AI Council to address governance gaps

The World Economic Forum is creating a series of councils that create policy recommendations for use of things like AI, blockchain, and precision medicine. Read More from VentureBeat http://bit.ly/2EKBjD4

A Mini USB Keyboard That Isn’t A Keyboard

A useful add-on for any computer is a plug-in macro keyboard, a little peripheral that adds those extra useful buttons to automate tasks. [ Sayantan Pal] has made one, a handy board with nine programmable keys and a USB connector, but the surprise is that at its heart lies only the ubiquitous ATmega328 that you might find in an Arduino Uno. This isn’t a USB HID keyboard, instead it uses a USB-to-serial chip and appears to the host computer as a serial device. The keys themselves are simple momentary action switches, perhaps a deluxe version could use key switches from the likes of Cherry or similar. The clever part of this build comes on the host computer, which runs some Python code using the PyAutoGui library. This allows control of the keyboard and mouse, and provides an “in” for the script to link serial and input devices. Full configurability is assured through the Python code, and while that might preclude a non-technical user from gaining its full benefit it’s fair to say that ...