pull down to refresh
@ek
5,321,340 sats stacked
stacking since: #57444longest cowboy streak: 233 verified stacker.news contributornpub16x07c...2j2s96s89dekzyis
27 sats \ 1 reply \ @ek 43m \ parent \ on: Stacker Saloon
This made me wonder if you got a fox as a pet just to reply to me with fox GIFs
that would be awesome ngl
Haha, I literally woke up earlier today so I can drink coffee
Also happy that I don't need sugar in it anymore
Got any tips on how I can make it sound better?
Don’t use a bot, write like you just did, your English is fine
I have never seen people talking past each other as much as "filters work" vs. "filters don't work" people
Filters work because they make certain tx more expensive, but also filters don't work because they still get mined
It's not that deep
Oh and lol @ WhatsApp idea but WhatsApp implies E2EE
Ah, you are right, it mentions that host permissions allow cross-site requests here:
Host permissions are specified as match patterns, and each pattern identifies a group of URLs for which the extension is requesting extra privileges. For example, a host permission could be"*://developer.mozilla.org/*"
.The extra privileges include:
- XMLHttpRequest and fetch access to those origins without cross-origin restrictions (though not for requests from content scripts, as was the case in Manifest V2).
I did not know that (I don't know anything about extensions), that is cool and scary haha
Are you sure even if you allow /api/graphql, that you can run mutations on behalf of the user inside an extension? I think the
SameSite
property of our cookies will not allow that.Or will it work because of host permissions?
Ohhh, I did not! I didn’t know about
-s
:-s packetsizeSpecifies the number of data bytes to be sent. The default is 56, which translates into 64 ICMP data bytes when combined with the 8 bytes of ICMP header data. The maximum allowed value is 65507 for IPv4 (65467 when -R or -T or Intermediate hops) or 65527 for IPv6, but most systems limit this to a smaller, system-dependent number.
Thank you!!