Hi @RG1 and @nevj , 
you´re welcome, Ramiro. 
That´s easy to find out. If you run it from the command line you can look at firejail´s messages. The sandbox is quite verbose:
firejail --private --dns=1.1.1.1 --dns=9.9.9.9 falkon -no-remote
Reading profile /etc/firejail/falkon.profile
Reading profile /etc/firejail/disable-common.inc
Reading profile /etc/firejail/disable-devel.inc
Reading profile /etc/firejail/disable-exec.inc
Reading profile /etc/firejail/disable-interpreters.inc
Reading profile /etc/firejail/disable-programs.inc
Reading profile /etc/firejail/disable-xdg.inc
Reading profile /etc/firejail/whitelist-common.inc
Reading profile /etc/firejail/whitelist-run-common.inc
Reading profile /etc/firejail/whitelist-runuser-common.inc
Reading profile /etc/firejail/whitelist-usr-share-common.inc
Reading profile /etc/firejail/whitelist-var-common.inc
Warning: networking feature is disabled in Firejail configuration file
firejail version 0.9.74
Seccomp list in: !chroot, check list: @default-keep, prelist: unknown,
Parent pid 6461, child pid 6462
DNS server 1.1.1.1
DNS server 9.9.9.9
As you can see, falkon´s own profile is applied, the way it comes wih the firejail installation.
Of course, if you use another browser e.g. firefox the firefox.profile is applied.
If you for any reason want to tweak the browsers´s profile for firejail you might want to put it in:
~/.config/firejail
like so: ~/.config/firejail/falkon.profile.
The profile name needs to be the same as in /etc/firejail. So the user-defined profile takes precedence over the one in firejail´s own profile directory.
This method is better because /etc/firejail gets overwritten with each update of firejail.
The same with me, I´m glad to say.
Running firejail with the --private option:
--private
Mount new /root and /home/user directories in temporary
filesystems. All modifications are discarded when the
sandbox is closed.
(from: firejail(1) - Linux manual page)
That is as restrictive as it gets. Pretty secure, I should say. 
If you provide a dedicated work directory to the option --private, like I did:
firejail --private=/media/rosika/f14a27c2-0b49-4607-94ea-2e56bbf76fe1/DATEN-PARTITION/Dokumente/prov/ --dns=1.1.1.1 --dns=9.9.9.9 falkon -no-remote
the “temporary” home directory won´t be discarded unless you explicitely delete it.
That´s if you need to download anything…
… or if you want to keep your browser bookmarks, history, add-ons and the like.
That´s great. With it you can dig even deeper.
E.g. with firetool´s built-in File Manager:
Many greetings from Rosika 