Browse Source

Add method and enctype

Trevor Elliott 3 years ago
parent
commit
ae0eddb508
1 changed files with 2 additions and 0 deletions
  1. 2 0
      static/manifest.json

+ 2 - 0
static/manifest.json

@@ -18,6 +18,8 @@
   ],
   "share_target": {
     "action": "/add-link",
+    "method": "GET",
+    "enctype": "application/x-www-form-urlencoded",
     "params": {
       "title": "name",
       "text": "text",