[twitter] disable 'cards' by default
This commit is contained in:
@@ -2224,7 +2224,7 @@ extractor.twitter.cards
|
||||
Type
|
||||
``bool`` or ``string``
|
||||
Default
|
||||
``true``
|
||||
``false``
|
||||
Description
|
||||
Controls how to handle `Twitter Cards <https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/abouts-cards>`__.
|
||||
|
||||
|
||||
@@ -271,7 +271,7 @@
|
||||
{
|
||||
"username": null,
|
||||
"password": null,
|
||||
"cards": true,
|
||||
"cards": false,
|
||||
"conversations": false,
|
||||
"pinned": false,
|
||||
"quoted": false,
|
||||
|
||||
Reference in New Issue
Block a user