Website Wants to Store Files on this Device? (Chrome)
In Chrome i recently wanted to get a large download and a popup alert shows saying:
Website Wants to: Store Files on this Device
What does this mean exactly and how is it different to a regular download?
Also after doing a search and not really finding any decent results someone on a forum posted that it reads the cache.
If that is the case can websites get important details from the cache if for example you were using your email account etc?
google-chrome security storage
add a comment |
In Chrome i recently wanted to get a large download and a popup alert shows saying:
Website Wants to: Store Files on this Device
What does this mean exactly and how is it different to a regular download?
Also after doing a search and not really finding any decent results someone on a forum posted that it reads the cache.
If that is the case can websites get important details from the cache if for example you were using your email account etc?
google-chrome security storage
add a comment |
In Chrome i recently wanted to get a large download and a popup alert shows saying:
Website Wants to: Store Files on this Device
What does this mean exactly and how is it different to a regular download?
Also after doing a search and not really finding any decent results someone on a forum posted that it reads the cache.
If that is the case can websites get important details from the cache if for example you were using your email account etc?
google-chrome security storage
In Chrome i recently wanted to get a large download and a popup alert shows saying:
Website Wants to: Store Files on this Device
What does this mean exactly and how is it different to a regular download?
Also after doing a search and not really finding any decent results someone on a forum posted that it reads the cache.
If that is the case can websites get important details from the cache if for example you were using your email account etc?
google-chrome security storage
google-chrome security storage
asked Mar 21 '17 at 13:11
zeddexzeddex
140114
140114
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Sites like Mega.co.nz do such things.
The message you are seeing pertains to FileSystem API. As websites are becoming web apps, it is becoming necessary for them to act like actual apps. One such behavior is storing large data and settings files on your computer and access that data freely, reading, writing and changing them as opposed to a simple one-off download for you. That's why FileSystem API is invented.
In case of Mega.co.nz, it downloads an encrypted copy of file to the local storage, decrypts it and then lets you have the decrypted file in your Downloads folder.
Now, the purpose of this permission request: Would you want a web app that you don't even know – let alone trust – take up potentially hundreds of megabytes of your hard disk free space? That's what this permission request is for.
Google Chrome, which is the only browser that implements this API, has a cap for the allotted space, but one person might visit hundreds of domains each day. Thus, the impact would still be significant.
If you're wondering why. gizmodo.com/5977265/…
– sennett
Jun 25 '17 at 14:09
I had this roughly figured out 3 seconds after giving permission for this by clicking too hastily. Problem is, how do I stop allowing this? Been googling for a solution, and haven't found one so far.
– auspicious99
Jan 10 '18 at 11:29
2
@auspicious99 You can go to Settings and search for "content" to find "Content settings". Also, you can visit the intended website, click its favicon to the left of the addressbar and go to content settings for that site from there. And also you can deleted them en masse via "Clear browsing data" dialog box.
– user477799
Jan 10 '18 at 12:26
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1190803%2fwebsite-wants-to-store-files-on-this-device-chrome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sites like Mega.co.nz do such things.
The message you are seeing pertains to FileSystem API. As websites are becoming web apps, it is becoming necessary for them to act like actual apps. One such behavior is storing large data and settings files on your computer and access that data freely, reading, writing and changing them as opposed to a simple one-off download for you. That's why FileSystem API is invented.
In case of Mega.co.nz, it downloads an encrypted copy of file to the local storage, decrypts it and then lets you have the decrypted file in your Downloads folder.
Now, the purpose of this permission request: Would you want a web app that you don't even know – let alone trust – take up potentially hundreds of megabytes of your hard disk free space? That's what this permission request is for.
Google Chrome, which is the only browser that implements this API, has a cap for the allotted space, but one person might visit hundreds of domains each day. Thus, the impact would still be significant.
If you're wondering why. gizmodo.com/5977265/…
– sennett
Jun 25 '17 at 14:09
I had this roughly figured out 3 seconds after giving permission for this by clicking too hastily. Problem is, how do I stop allowing this? Been googling for a solution, and haven't found one so far.
– auspicious99
Jan 10 '18 at 11:29
2
@auspicious99 You can go to Settings and search for "content" to find "Content settings". Also, you can visit the intended website, click its favicon to the left of the addressbar and go to content settings for that site from there. And also you can deleted them en masse via "Clear browsing data" dialog box.
– user477799
Jan 10 '18 at 12:26
add a comment |
Sites like Mega.co.nz do such things.
The message you are seeing pertains to FileSystem API. As websites are becoming web apps, it is becoming necessary for them to act like actual apps. One such behavior is storing large data and settings files on your computer and access that data freely, reading, writing and changing them as opposed to a simple one-off download for you. That's why FileSystem API is invented.
In case of Mega.co.nz, it downloads an encrypted copy of file to the local storage, decrypts it and then lets you have the decrypted file in your Downloads folder.
Now, the purpose of this permission request: Would you want a web app that you don't even know – let alone trust – take up potentially hundreds of megabytes of your hard disk free space? That's what this permission request is for.
Google Chrome, which is the only browser that implements this API, has a cap for the allotted space, but one person might visit hundreds of domains each day. Thus, the impact would still be significant.
If you're wondering why. gizmodo.com/5977265/…
– sennett
Jun 25 '17 at 14:09
I had this roughly figured out 3 seconds after giving permission for this by clicking too hastily. Problem is, how do I stop allowing this? Been googling for a solution, and haven't found one so far.
– auspicious99
Jan 10 '18 at 11:29
2
@auspicious99 You can go to Settings and search for "content" to find "Content settings". Also, you can visit the intended website, click its favicon to the left of the addressbar and go to content settings for that site from there. And also you can deleted them en masse via "Clear browsing data" dialog box.
– user477799
Jan 10 '18 at 12:26
add a comment |
Sites like Mega.co.nz do such things.
The message you are seeing pertains to FileSystem API. As websites are becoming web apps, it is becoming necessary for them to act like actual apps. One such behavior is storing large data and settings files on your computer and access that data freely, reading, writing and changing them as opposed to a simple one-off download for you. That's why FileSystem API is invented.
In case of Mega.co.nz, it downloads an encrypted copy of file to the local storage, decrypts it and then lets you have the decrypted file in your Downloads folder.
Now, the purpose of this permission request: Would you want a web app that you don't even know – let alone trust – take up potentially hundreds of megabytes of your hard disk free space? That's what this permission request is for.
Google Chrome, which is the only browser that implements this API, has a cap for the allotted space, but one person might visit hundreds of domains each day. Thus, the impact would still be significant.
Sites like Mega.co.nz do such things.
The message you are seeing pertains to FileSystem API. As websites are becoming web apps, it is becoming necessary for them to act like actual apps. One such behavior is storing large data and settings files on your computer and access that data freely, reading, writing and changing them as opposed to a simple one-off download for you. That's why FileSystem API is invented.
In case of Mega.co.nz, it downloads an encrypted copy of file to the local storage, decrypts it and then lets you have the decrypted file in your Downloads folder.
Now, the purpose of this permission request: Would you want a web app that you don't even know – let alone trust – take up potentially hundreds of megabytes of your hard disk free space? That's what this permission request is for.
Google Chrome, which is the only browser that implements this API, has a cap for the allotted space, but one person might visit hundreds of domains each day. Thus, the impact would still be significant.
edited May 5 '18 at 20:28
Ekevoo
511411
511411
answered Apr 7 '17 at 2:51
user477799
If you're wondering why. gizmodo.com/5977265/…
– sennett
Jun 25 '17 at 14:09
I had this roughly figured out 3 seconds after giving permission for this by clicking too hastily. Problem is, how do I stop allowing this? Been googling for a solution, and haven't found one so far.
– auspicious99
Jan 10 '18 at 11:29
2
@auspicious99 You can go to Settings and search for "content" to find "Content settings". Also, you can visit the intended website, click its favicon to the left of the addressbar and go to content settings for that site from there. And also you can deleted them en masse via "Clear browsing data" dialog box.
– user477799
Jan 10 '18 at 12:26
add a comment |
If you're wondering why. gizmodo.com/5977265/…
– sennett
Jun 25 '17 at 14:09
I had this roughly figured out 3 seconds after giving permission for this by clicking too hastily. Problem is, how do I stop allowing this? Been googling for a solution, and haven't found one so far.
– auspicious99
Jan 10 '18 at 11:29
2
@auspicious99 You can go to Settings and search for "content" to find "Content settings". Also, you can visit the intended website, click its favicon to the left of the addressbar and go to content settings for that site from there. And also you can deleted them en masse via "Clear browsing data" dialog box.
– user477799
Jan 10 '18 at 12:26
If you're wondering why. gizmodo.com/5977265/…
– sennett
Jun 25 '17 at 14:09
If you're wondering why. gizmodo.com/5977265/…
– sennett
Jun 25 '17 at 14:09
I had this roughly figured out 3 seconds after giving permission for this by clicking too hastily. Problem is, how do I stop allowing this? Been googling for a solution, and haven't found one so far.
– auspicious99
Jan 10 '18 at 11:29
I had this roughly figured out 3 seconds after giving permission for this by clicking too hastily. Problem is, how do I stop allowing this? Been googling for a solution, and haven't found one so far.
– auspicious99
Jan 10 '18 at 11:29
2
2
@auspicious99 You can go to Settings and search for "content" to find "Content settings". Also, you can visit the intended website, click its favicon to the left of the addressbar and go to content settings for that site from there. And also you can deleted them en masse via "Clear browsing data" dialog box.
– user477799
Jan 10 '18 at 12:26
@auspicious99 You can go to Settings and search for "content" to find "Content settings". Also, you can visit the intended website, click its favicon to the left of the addressbar and go to content settings for that site from there. And also you can deleted them en masse via "Clear browsing data" dialog box.
– user477799
Jan 10 '18 at 12:26
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1190803%2fwebsite-wants-to-store-files-on-this-device-chrome%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown