I have seen people disable access to files using htaccess code like this one
(htaccess) How to prevent a file from DIRECT URL ACCESS?
I would like to know that is it possible that I can disable direct access to blob url like
blob:http://youtube.com/jfhdskjhfkdjshfshof
I don't even know if blob is a protocol or what
Asked
Active
Viewed 622 times
0

Community
- 1
- 1
-
Read here: http://stackoverflow.com/questions/30864573/what-is-blob-url-why-it-is-used-explain – Martin Apr 27 '16 at 17:35
1 Answers
1
You can only disable access to objects/files, which are on your server (because in your example you point to youtube).
And blob is a html object, not an protocol (in your example, the protocol will be http). For more info look at this question: What is a blob URL and why it is used?