Hjfocs created this task.
Hjfocs added projects: Wikidata, Wikidata-primary-sources, Cloud-VPS, cloud-services-team.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION

Use case: the client should not be allowed to modify data on the server storage engine (Blazegraph);

Issue: by default, Blazegraph allows POST on the /sparql service to perform ACID operations on the database;

Request: please add the following NGINX directive to the VPS instance virtual server.

location /sparql {
    if ($request_method = POST) {
        return 405;
    }
}

TASK DETAIL
https://phabricator.wikimedia.org/T192292

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Hjfocs
Cc: Aklapper, Hjfocs, 1978Gage2001, Lahi, aborrero, Gq86, GoranSMilovanovic, Kiailandi, Chicocvenancio, QZanden, Tbscho, dachary, LawExplorer, JJMC89, srodlund, Luke081515, Wikidata-bugs, aude, Gryllida, Ricordisamoa, Sjoerddebruin, Tpt, scfc, Mbch331, Jay8g, bd808, Krenair, chasemp
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to