Email or username:

Password:

Forgot your password?
2 comments
Amelia Bellamy-Royds

@fvsch Wait, how do you add HTTP headers to a data URI?

Florens Verschelde

@AmeliaBR No I meant using a data URL in the Link header value:

```
Link: <data:text/css;base64,…>; rel=stylesheet
```

Go Up